summaryrefslogtreecommitdiff
path: root/assets/sprites
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/sprites
parent1f3f89a83a2fbd87065d5027bf3fd4dd11ac45e2 (diff)
feat: credits
Diffstat (limited to 'assets/sprites')
-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
3 files changed, 18 insertions, 4 deletions
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: {