feat: endless mode UI - game over card, best score, HUD
This commit is contained in:
+11
-1
@@ -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!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user