diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index 47896fc5..c102eb0b 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -38,13 +38,13 @@ class PinballGame extends PinballForge2DGame images.prefix = ''; } - /// Identifier of the play button overlay + /// Identifier of the play button overlay. static const playButtonOverlay = 'play_button'; - /// Identifier of the play button overlay + /// Identifier of the replay button overlay. static const replayButtonOverlay = 'replay_button'; - /// Identifier of the mobile controls overlay + /// Identifier of the mobile controls overlay. static const mobileControlsOverlay = 'mobile_controls'; @override