Skip to content

Commit

Permalink
🐛 update _textLeaderboardComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunhThanhDe committed Nov 4, 2024
1 parent 26c6c88 commit 1bc614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/game_victory/game_victory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class GameVictoryPage extends Component with TapCallbacks, HasGameReference<Main
textRenderer: textTimePaint,
),
_textLeaderboardComponent = TextComponent(
text: "Click anywhere to start new Game",
text: "Click anywhere to save Rankings",
position: flameGame.canvasSize / 2,
anchor: Anchor.centerRight,
textRenderer: textPaint,
Expand Down

0 comments on commit 1bc614f

Please sign in to comment.