diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index 4c4aee8f..e77a1f73 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -41,7 +41,7 @@ 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(Vector2.zero()) ..zoom = size.y / 14;