From 196f6376be6caada1efeda9869f8fbfa9bd12fff Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 6 Nov 2024 21:05:11 +0500 Subject: upd: magnified the icons for mobile screens --- assets/sprites/gui/friends.atlas | 44 +++++++++++++++++++-------------------- assets/sprites/gui/friends.png | Bin 231189 -> 4154781 bytes assets/sprites/gui/ui.skin | 14 ++++++++++++- assets/sprites/gui/widgets.atlas | 18 ++++++++-------- assets/sprites/gui/widgets.png | Bin 36352 -> 722507 bytes 5 files changed, 44 insertions(+), 32 deletions(-) (limited to 'assets') diff --git a/assets/sprites/gui/friends.atlas b/assets/sprites/gui/friends.atlas index 09bead0..a4b52b8 100644 --- a/assets/sprites/gui/friends.atlas +++ b/assets/sprites/gui/friends.atlas @@ -1,45 +1,45 @@ friends.png -size:512,256 +size:2048,2048 repeat:none 4elovekkun -bounds:192,128,64,64 +bounds:960,1280,320,320 Art5507 -bounds:256,192,64,64 +bounds:1280,1600,320,320 GigovichGig -bounds:256,0,64,64 +bounds:1600,1600,320,320 GreDDySS -bounds:192,64,64,64 +bounds:0,0,320,320 Gvardovskiy -bounds:64,128,64,64 +bounds:0,640,320,320 IIReZortII -bounds:128,0,64,64 +bounds:640,960,320,320 NameIsNamesake -bounds:128,192,64,64 +bounds:640,1600,320,320 drt_s_s -bounds:0,64,64,64 +bounds:0,960,320,320 enotEGG_ -bounds:192,0,64,64 +bounds:320,320,320,320 felugoz -bounds:64,192,64,64 +bounds:320,1600,320,320 iQweep -bounds:64,64,64,64 +bounds:0,320,320,320 ilotterytea -bounds:0,192,64,64 +bounds:0,1600,320,320 m4x0nn -bounds:0,128,64,64 +bounds:0,1280,320,320 neizyum -bounds:128,128,64,64 +bounds:960,1600,320,320 rbch20 -bounds:0,0,64,64 +bounds:320,1280,320,320 rey_ron_ro -bounds:128,64,64,64 +bounds:320,640,320,320 saopin_ -bounds:64,0,64,64 +bounds:640,1280,320,320 shvedoff__ -bounds:256,128,64,64 +bounds:640,640,320,320 usatiy_ -bounds:320,192,64,64 +bounds:960,960,320,320 vexenigmus -bounds:192,192,64,64 +bounds:320,960,320,320 wanderning_ -bounds:256,64,64,64 +bounds:1280,1280,320,320 diff --git a/assets/sprites/gui/friends.png b/assets/sprites/gui/friends.png index 78c7c23..f1972e5 100644 Binary files a/assets/sprites/gui/friends.png and b/assets/sprites/gui/friends.png differ diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index dbdeb79..2ff8039 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -97,6 +97,10 @@ credits: { file: fnt/FontText.fnt, scaledSize: 16 + }, + credits_mobile: { + file: fnt/FontText.fnt, + scaledSize: 32 } }, com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { @@ -213,10 +217,18 @@ font: credits, fontColor: white }, + credits_name_mobile: { + parent: credits_name, + font: credits_mobile, + }, credits_role: { font: credits, fontColor: yellow - } + }, + credits_role_mobile: { + parent: credits_role, + font: credits_mobile, + }, }, com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { default: { diff --git a/assets/sprites/gui/widgets.atlas b/assets/sprites/gui/widgets.atlas index 84d26de..de95ae8 100644 --- a/assets/sprites/gui/widgets.atlas +++ b/assets/sprites/gui/widgets.atlas @@ -1,19 +1,19 @@ widgets.png -size:256,256 +size:1024,1024 repeat:none exit -bounds:64,64,64,64 +bounds:640,0,320,320 fullscreen -bounds:0,0,64,64 +bounds:320,320,320,320 locale_en -bounds:87,192,64,64 +bounds:0,320,320,320 locale_ru -bounds:0,64,64,64 +bounds:0,0,320,320 music_off -bounds:0,192,87,64 +bounds:0,640,435,320 music_on -bounds:0,128,79,64 +bounds:435,640,395,320 slots -bounds:151,192,64,64 +bounds:640,320,320,320 windowed -bounds:79,128,64,64 +bounds:320,0,320,320 diff --git a/assets/sprites/gui/widgets.png b/assets/sprites/gui/widgets.png index 96221a7..12be9a4 100644 Binary files a/assets/sprites/gui/widgets.png and b/assets/sprites/gui/widgets.png differ -- cgit v1.2.3