From 09e7a1ae79718935e0c4a1d2b25740ca816415c3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 4 Nov 2024 08:15:15 +0500 Subject: feat: credits --- assets/sprites/gui/brand.atlas | 10 ++++++---- assets/sprites/gui/brand.png | Bin 125831 -> 130602 bytes assets/sprites/gui/ui.skin | 12 ++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) (limited to 'assets/sprites') 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 Binary files a/assets/sprites/gui/brand.png and b/assets/sprites/gui/brand.png 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: { -- cgit v1.2.3