diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-04 17:58:05 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-04 17:58:05 +0600 |
| commit | 30ee2f771e52fbca9aa1806b406e1de732991dc2 (patch) | |
| tree | c89a5f65fbf9594f808027fb5fe668d1db0961ec /assets/sprites | |
| parent | f41d841510213453fe49da96a1f5af19ef90e6dd (diff) | |
Random events (gifts)! (Closes #10)
Diffstat (limited to 'assets/sprites')
| -rw-r--r-- | assets/sprites/gui/widgets.atlas | 47 | ||||
| -rw-r--r-- | assets/sprites/gui/widgets.png | bin | 2047 -> 4897 bytes | |||
| -rw-r--r-- | assets/sprites/gui/widgets.skin | 3 |
3 files changed, 30 insertions, 20 deletions
diff --git a/assets/sprites/gui/widgets.atlas b/assets/sprites/gui/widgets.atlas index e18dfc6..304b75e 100644 --- a/assets/sprites/gui/widgets.atlas +++ b/assets/sprites/gui/widgets.atlas @@ -1,91 +1,98 @@ widgets.png -size: 128, 32 +size: 256, 128 format: RGBA8888 filter: Nearest, Nearest repeat: none coin rotate: false - xy: 1, 0 + xy: 124, 96 size: 16, 16 orig: 16, 16 offset: 0, 0 index: -1 down rotate: false - xy: 18, 16 + xy: 140, 112 size: 16, 16 - split: 4, 4, 4, 4 - pad: 4, 4, 4, 4 + split: 2, 2, 2, 2 + pad: 2, 2, 2, 2 orig: 16, 16 offset: 0, 0 index: -1 frame rotate: false - xy: 18, 0 + xy: 124, 80 size: 16, 16 - split: 3, 3, 3, 3 - pad: 3, 3, 3, 3 + split: 1, 1, 1, 1 + pad: 1, 1, 1, 1 orig: 16, 16 offset: 0, 0 index: -1 gradient rotate: false - xy: 1, 16 + xy: 124, 112 size: 16, 16 orig: 16, 16 offset: 0, 0 index: -1 lvlup rotate: false - xy: 69, 0 + xy: 172, 112 size: 14, 16 orig: 14, 16 offset: 0, 0 index: -1 multiplier rotate: false - xy: 35, 0 + xy: 156, 112 size: 16, 16 orig: 16, 16 offset: 0, 0 index: -1 over rotate: false - xy: 52, 16 + xy: 124, 64 size: 16, 16 - split: 4, 4, 4, 4 - pad: 4, 4, 4, 4 + split: 2, 2, 2, 2 + pad: 2, 2, 2, 2 orig: 16, 16 offset: 0, 0 index: -1 +package + rotate: false + xy: 0, 0 + size: 124, 128 + orig: 124, 128 + offset: 0, 0 + index: -1 settings rotate: false - xy: 86, 18 + xy: 124, 50 size: 14, 14 orig: 14, 14 offset: 0, 0 index: -1 shop rotate: false - xy: 35, 16 + xy: 140, 96 size: 16, 16 orig: 16, 16 offset: 0, 0 index: -1 tile rotate: false - xy: 69, 16 + xy: 156, 96 size: 16, 16 orig: 16, 16 offset: 0, 0 index: -1 up rotate: false - xy: 52, 0 + xy: 140, 80 size: 16, 16 - split: 4, 4, 4, 4 - pad: 4, 4, 4, 4 + split: 2, 2, 2, 2 + pad: 2, 2, 2, 2 orig: 16, 16 offset: 0, 0 index: -1 diff --git a/assets/sprites/gui/widgets.png b/assets/sprites/gui/widgets.png Binary files differindex 2e0816a..f823239 100644 --- a/assets/sprites/gui/widgets.png +++ b/assets/sprites/gui/widgets.png diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin index 86755cd..0d13f41 100644 --- a/assets/sprites/gui/widgets.skin +++ b/assets/sprites/gui/widgets.skin @@ -66,6 +66,9 @@ }, shop: { up: shop + }, + gift: { + up: package } }, com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: { |
