diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index 66477604..d1abb70e 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -43,9 +43,9 @@ class PinballGame extends Forge2DGame unawaited(_addPaths()); unawaited(addFromBlueprint(Spaceship())); - // Fix camera on the center of the board size + // Fix camera on the center of the board. camera - ..followVector2(screenToWorld(boardSize / 2)) + ..followVector2(Vector2.zero()) ..zoom = size.y / 14; }