From 283378f20bb1e8cd8e7b09ad479a961fddfd2e44 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 25 Nov 2022 18:20:33 +0600 Subject: New dank prototype of UI design again (WIP) --- assets/i18n/en_us.json | 15 +++++++++++---- assets/i18n/ru_ru.json | 15 +++++++++++---- assets/sprites/gui/widgeticons.skin | 10 ++++++++++ 3 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 assets/sprites/gui/widgeticons.skin (limited to 'assets') diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index 0f5f4eb..001650a 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -1,18 +1,25 @@ { "splash.disclaimer": "This game contains an unbelievable dose of cheeky \"woolbags\". Please, it is not recommended for anyone to play. Any match in real life of the presented images of cats is pure coincidence! All cat images were generated by \"NUT-S\" neural network.", + "menu.last_savegame.found": "Savegame: %s - %s Squish Points (x%s/click) - %s purchased items.", + "menu.last_savegame.empty": "No savegame found.", "menu.pressStart": "PRESS START", "menu.playGame": "PLAY GAME", "menu.options": "OPTIONS", "menu.quit": "QUIT TO DESKTOP", "options.title": "Options", - "options.music": "Music: %s", - "options.sound": "Sound: %s", - "options.vsync": "V-Sync: %s", - "options.fullscreen": "Fullscreen: %s", + "options.music": "Music", + "options.sound": "Sound", + "options.vsync": "Vertical Sync", + "options.fullscreen": "Fullscreen", "options.language": "Language: %s (%s)", + "options.debug": "Show debug", + "options.reset": "Reset save data", "options.close": "Back to main title", + "options.general": "General", + "options.video": "Video", + "options.audio": "Audio", "game.petShop": "Pet Shop", "game.points": "%s Squish Points (x%s/click)", diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json index 6ac2a69..b6b49b7 100644 --- a/assets/i18n/ru_ru.json +++ b/assets/i18n/ru_ru.json @@ -1,18 +1,25 @@ { "splash.disclaimer": "Эта игра содержит невероятную дозу щекастых \"шерстяных мешков\". Никому не рекомендуется не играть в эту игру. Любое сходство в реальной жизни с представленными изображениями котов - чистое совпадение! Все изображения котов были сгенерированы нейросетью \"NUT-S\".", + "menu.last_savegame.found": "Сохранение: %s - %s баллы жмякания (х%s/клик) - %s куплено предметов.", + "menu.last_savegame.empty": "Сохранение не найдено!", "menu.pressStart": "НАЖМИТЕ ЛЮБУЮ КНОПКУ", "menu.playGame": "НАЧАТЬ ИГРУ", "menu.options": "НАСТРОЙКИ...", "menu.quit": "ВЫЙТИ НА РАБОЧИЙ СТОЛ", "options.title": "Настройки", - "options.music": "Музыка: %s", - "options.sound": "Звук: %s", - "options.vsync": "V-Sync: %s", - "options.fullscreen": "Полноэкранный режим: %s", + "options.music": "Музыка", + "options.sound": "Звук", + "options.vsync": "Верт. синхронизация", + "options.fullscreen": "Полноэкранный режим", "options.language": "Язык: %s (%s)", + "options.debug": "Показать откладку", + "options.reset": "Сбросить сохранение", "options.close": "Вернуться на главный экран", + "options.general": "Основное", + "options.video": "Видео", + "options.audio": "Аудио", "game.petShop": "Магазин Щекастых", "game.points": "%s Баллы жмякания (x%s/клик)", diff --git a/assets/sprites/gui/widgeticons.skin b/assets/sprites/gui/widgeticons.skin new file mode 100644 index 0000000..5c0a57f --- /dev/null +++ b/assets/sprites/gui/widgeticons.skin @@ -0,0 +1,10 @@ +{ + com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: { + quit: { + up: exit + }, + options: { + up: options + } + } +} \ No newline at end of file -- cgit v1.2.3