feat: support running the game from jar file

This commit is contained in:
Martin Prokoph
2025-09-06 21:27:15 +02:00
parent f6a94e6cd8
commit 918748b373
6 changed files with 29 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
{
"dialog.highscore.action": "Enter your name:",
"dialog.highscore.title": "New Highscore!",
"game.level": "Level: %s",
"game.over": "Game over :(",
"game.score": "Score: %s",
"game.time": "Time: %s",
"highscores.title": "Highscores:",
"menu.exit": "Exit Game",
"menu.highscores": "Highscores",
"menu.settings": "Settings",
"menu.start": "Start",
"settings.difficulty": "Difficulty:",
"settings.language": "Language:",
"settings.scale_speed": "Speed Increase:",
"settings.volume.music": "Music Volume:",
"settings.volume.sound": "Sound Volume:",
"settings.window_scaling": "Window Scaling:",
"ui.back": "Back"
}