feat: endless mode UI - game over card, best score, HUD

This commit is contained in:
2026-06-12 07:06:30 +09:00
parent c5e9029cad
commit fea8336391
8 changed files with 110 additions and 8 deletions
+11 -1
View File
@@ -42,5 +42,15 @@
"gotIt": "Got it!",
"tutorialDrag": "Drag a block onto the board!",
"tutorialClear": "Fill a row or column to clear it!",
"tutorialHud": "Hit the goal before you run out of moves. Your turn!"
"tutorialHud": "Hit the goal before you run out of moves. Your turn!",
"gameOver": "Game Over",
"bestScore": "Best {score}",
"@bestScore": {
"placeholders": {
"score": {
"type": "int"
}
}
},
"newBest": "NEW BEST!"
}