feat(settings): add instructions for 2048 and Snake in the notification

This commit is contained in:
2026-02-25 22:26:49 +01:00
parent af98a69dcc
commit d5bb62522e

View File

@@ -93,7 +93,7 @@
}, },
"2048": { "2048": {
"title": "2048", "title": "2048",
"description": "Play 2048!", "description": "Swipe or use arrows to merge tiles.\nReach 2048!",
"quitConfirmation": "Quit the game?\nYour score is saved.", "quitConfirmation": "Quit the game?\nYour score is saved.",
"restartConfirmation": "Restart game?", "restartConfirmation": "Restart game?",
"gameOver": "Game Over!\nRestart?", "gameOver": "Game Over!\nRestart?",
@@ -154,7 +154,7 @@
}, },
"snake": { "snake": {
"title": "Snake", "title": "Snake",
"description": "Play a quick game of Snake!", "description": "Swipe or use arrows to move.\nDon't bite yourself!",
"score": "Score: {score}", "score": "Score: {score}",
"best": "Best: {best}", "best": "Best: {best}",
"startPrompt": "\n\n\n Press icon_a to\n start", "startPrompt": "\n\n\n Press icon_a to\n start",