From edf0fc42e570793cef3a143cd62ac06eb98a029b Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 9 May 2022 17:48:51 +0100 Subject: [PATCH] docs: fixed typo --- lib/game/pinball_game.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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