summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-11-04 08:15:15 +0500
committerilotterytea <iltsu@alright.party>2024-11-04 08:15:15 +0500
commit09e7a1ae79718935e0c4a1d2b25740ca816415c3 (patch)
tree158af5f177ba52aa996a2c3b3ff2c8fca0607e5a /assets
parent1f3f89a83a2fbd87065d5027bf3fd4dd11ac45e2 (diff)
feat: credits
Diffstat (limited to 'assets')
-rw-r--r--assets/i18n/en_us.json9
-rw-r--r--assets/i18n/ru_ru.json9
-rw-r--r--assets/sprites/gui/brand.atlas10
-rw-r--r--assets/sprites/gui/brand.pngbin125831 -> 130602 bytes
-rw-r--r--assets/sprites/gui/ui.skin12
5 files changed, 36 insertions, 4 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json
index 38d9d34..910c942 100644
--- a/assets/i18n/en_us.json
+++ b/assets/i18n/en_us.json
@@ -9,6 +9,15 @@
"sounds.music": "Music",
"sounds.sfx": "SFX",
+ "credits.title": "Those who contributed",
+ "credits.maxon": "Maxon himself",
+ "credits.developer": "Developer",
+ "credits.contributor": "Contributor",
+ "credits.music": "Music",
+ "credits.idea": "Idea dispenser",
+ "credits.tester": "Tester",
+ "credits.moral": "Moral supporter",
+
"giftbox.open": "You got",
"minigame.slots.nothing": "YOU WON NOTHINGG",
diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json
index 6f84954..9608889 100644
--- a/assets/i18n/ru_ru.json
+++ b/assets/i18n/ru_ru.json
@@ -9,6 +9,15 @@
"sounds.music": "Музыка",
"sounds.sfx": "SFX",
+ "credits.title": "Те, кто внёс вклад",
+ "credits.maxon": "Максон",
+ "credits.developer": "Разработчик",
+ "credits.contributor": "Внёс вклад",
+ "credits.music": "Музыка",
+ "credits.idea": "Раздатчик идей",
+ "credits.tester": "Тестер",
+ "credits.moral": "Моральная помощь",
+
"giftbox.open": "Ты получил",
"minigame.slots.nothing": "ТЫ НИЧЕГО НЕ ВЫИГРАЛ",
diff --git a/assets/sprites/gui/brand.atlas b/assets/sprites/gui/brand.atlas
index 5fe2897..0f69dba 100644
--- a/assets/sprites/gui/brand.atlas
+++ b/assets/sprites/gui/brand.atlas
@@ -2,10 +2,12 @@ brand.png
size:1024,512
repeat:none
beta
-bounds:565,176,380,174
+bounds:565,226,380,174
brand
-bounds:0,0,565,175
+bounds:0,50,565,175
+engine
+bounds:0,0,300,50
online
-bounds:0,175,565,175
+bounds:0,225,565,175
update
-bounds:565,2,236,174
+bounds:565,52,236,174
diff --git a/assets/sprites/gui/brand.png b/assets/sprites/gui/brand.png
index 9604fd7..41328fd 100644
--- a/assets/sprites/gui/brand.png
+++ b/assets/sprites/gui/brand.png
Binary files differ
diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin
index 3a6af61..dbdeb79 100644
--- a/assets/sprites/gui/ui.skin
+++ b/assets/sprites/gui/ui.skin
@@ -93,6 +93,10 @@
slots: {
file: fnt/FontText.fnt,
scaledSize: 16
+ },
+ credits: {
+ file: fnt/FontText.fnt,
+ scaledSize: 16
}
},
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
@@ -204,6 +208,14 @@
slots: {
font: slots,
fontColor: white
+ },
+ credits_name: {
+ font: credits,
+ fontColor: white
+ },
+ credits_role: {
+ font: credits,
+ fontColor: yellow
}
},
com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {