docs: fixed typo

pull/441/head
alestiago 3 years ago
parent d801b19a89
commit edf0fc42e5

@ -38,13 +38,13 @@ class PinballGame extends PinballForge2DGame
images.prefix = ''; images.prefix = '';
} }
/// Identifier of the play button overlay /// Identifier of the play button overlay.
static const playButtonOverlay = 'play_button'; static const playButtonOverlay = 'play_button';
/// Identifier of the play button overlay /// Identifier of the replay button overlay.
static const replayButtonOverlay = 'replay_button'; static const replayButtonOverlay = 'replay_button';
/// Identifier of the mobile controls overlay /// Identifier of the mobile controls overlay.
static const mobileControlsOverlay = 'mobile_controls'; static const mobileControlsOverlay = 'mobile_controls';
@override @override

Loading…
Cancel
Save