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 | |
| parent | f41d841510213453fe49da96a1f5af19ef90e6dd (diff) | |
Random events (gifts)! (Closes #10)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/i18n/en_us.json | 5 | ||||
| -rw-r--r-- | assets/i18n/ru_ru.json | 5 | ||||
| -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 |
5 files changed, 40 insertions, 20 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index 390a9a5..215562a 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -28,6 +28,11 @@ "dialogs.not_enough_points": "Not enough points!", + "gifts.empty": "[RED]Empty!{CLEARCOLOR}", + "gifts.multiplier": "[YELLOW]{WAVE=1.0;1.0;0.5}+%s Multiplier{ENDWAVE}{CLEARCOLOR}", + "gifts.points": "[ORANGE]{WAVE=1.0;1.0;0.5}+%s Points{ENDWAVE}{CLEARCOLOR}", + "gifts.new_pet": "{RAINBOW}{WAVE=1.0;1.0;0.5}New pet! (%s){ENDWAVE}{ENDRAINBOW}", + "game.inventory.title": "Inventory", "pet.bror.name": "The Suspicious and Sleepy Bro", diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json index 5ebd598..205be62 100644 --- a/assets/i18n/ru_ru.json +++ b/assets/i18n/ru_ru.json @@ -30,6 +30,11 @@ "dialogs.not_enough_points": "Недостаточно поинтов!", + "gifts.empty": "[RED]Пусто!{CLEARCOLOR}", + "gifts.multiplier": "[YELLOW]{WAVE=1.0;1.0;0.5}+%s к множителю жмяканий{ENDWAVE}{CLEARCOLOR}", + "gifts.points": "[YELLOW]{WAVE=1.0;1.0;0.5}+%s поинтов{ENDWAVE}{CLEARCOLOR}", + "gifts.new_pet": "{RAINBOW}{WAVE=1.0;1.0;0.5}Новый питомец! (%s){ENDWAVE}{ENDRAINBOW}", + "pet.bror.name": "Cонный Брор ", "pet.bror.desc": "Засыпающий Брор поможет тебе гладить Максона практически до потери сознания.", 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: { |
