diff --git a/lib/game/game_assets.dart b/lib/game/game_assets.dart index 778e2bc2..9e300cfc 100644 --- a/lib/game/game_assets.dart +++ b/lib/game/game_assets.dart @@ -7,6 +7,10 @@ extension PinballGameAssetsX on PinballGame { await Future.wait([ images.load(Ball.spritePath), images.load(Flipper.spritePath), + images.load(SpaceshipBridge.spritePath), + images.load(SpaceshipBridgeTop.spritePath), + images.load(SpaceshipWall.lowerWallPath), + images.load(SpaceshipSauce.upperWallPath), ]); } }