From 1251b9d2f18f04a55a702cb96f10a0aeccbda6f7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 19 Oct 2024 16:39:35 +0500 Subject: feat: slots button --- assets/sprites/gui/widgets.atlas | 20 +++++++++++--------- assets/sprites/gui/widgets.png | Bin 31819 -> 36352 bytes 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'assets') diff --git a/assets/sprites/gui/widgets.atlas b/assets/sprites/gui/widgets.atlas index 026b16b..84d26de 100644 --- a/assets/sprites/gui/widgets.atlas +++ b/assets/sprites/gui/widgets.atlas @@ -2,16 +2,18 @@ widgets.png size:256,256 repeat:none exit -bounds:68,2,64,64 +bounds:64,64,64,64 fullscreen -bounds:83,68,64,64 +bounds:0,0,64,64 +locale_en +bounds:87,192,64,64 +locale_ru +bounds:0,64,64,64 music_off -bounds:2,134,87,64 +bounds:0,192,87,64 music_on -bounds:2,68,79,64 -locale_ru -bounds:91,134,64,64 -locale_en -bounds:2,2,64,64 +bounds:0,128,79,64 +slots +bounds:151,192,64,64 windowed -bounds:157,134,64,64 +bounds:79,128,64,64 diff --git a/assets/sprites/gui/widgets.png b/assets/sprites/gui/widgets.png index f46646e..96221a7 100644 Binary files a/assets/sprites/gui/widgets.png and b/assets/sprites/gui/widgets.png differ -- cgit v1.2.3