diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-13 02:11:57 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-13 02:11:57 +0500 |
| commit | 5f7fe3ba5d607de0ca0589f37db0574837858dd5 (patch) | |
| tree | 7d0b20efc0a988e832288a9e5cc8792dc2866d3c /assets | |
| parent | c5ee68a647871ca7bc8044a96759e7c00f9188db (diff) | |
upd: game updater now checks from assets url
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/i18n/en_us.json | 5 | ||||
| -rw-r--r-- | assets/i18n/ru_ru.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index d685e21..fd7ba20 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -1,4 +1,9 @@ { + "updater.title": "You're playing an outdated version...", + "updater.message": "There's a new update out! Want to see it?", + "updater.no": "n-no", + "updater.yes": "YES!!", + "debug.version": "%s (LibGDX %s, Java %s)", "debug.c_fps": "%s FPS", "debug.c_mem": "Used memory: %s MB (total of %s MB)", diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json index 8cf68b0..62388bb 100644 --- a/assets/i18n/ru_ru.json +++ b/assets/i18n/ru_ru.json @@ -1,4 +1,9 @@ { + "updater.title": "Ты играешь в устаревшую версию...", + "updater.message": "Вышло новое обновление! Хочешь посмотреть?", + "updater.no": "н-нет", + "updater.yes": "ДААА!!", + "debug.version": "%s (LibGDX %s, Java %s)", "debug.c_fps": "%s FPS", "debug.c_mem": "Потребление ОЗУ: %s МБ (из %s МБ)", |
