Update lib/game/components/backbox/displays/game_over_info_display.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/359/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent 5c972e091b
commit 0c5d160955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ final _descriptionTextPaint = TextPaint(
); );
/// {@template game_over_info_display} /// {@template game_over_info_display}
/// Display that handles shows to the user share or goto IO website. /// Display with links to share your score or go to the IO webpage.
/// {@endtemplate} /// {@endtemplate}
class GameOverInfoDisplay extends Component with HasGameRef { class GameOverInfoDisplay extends Component with HasGameRef {
/// {@macro game_over_info_display} /// {@macro game_over_info_display}

Loading…
Cancel
Save