diff options
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/models/props/giftbox/giftbox_closed.glb | bin | 0 -> 38052 bytes | |||
| -rw-r--r-- | assets/models/props/giftbox/giftbox_opened.glb | bin | 0 -> 37992 bytes | |||
| -rw-r--r-- | assets/mus/giftbox/giftbox_opened.mp3 | bin | 0 -> 117869 bytes | |||
| -rw-r--r-- | assets/sfx/giftbox/giftbox_click.ogg | bin | 0 -> 54766 bytes | |||
| -rw-r--r-- | assets/sfx/giftbox/giftbox_flying.ogg | bin | 0 -> 14783 bytes | |||
| -rw-r--r-- | assets/sprites/giftbox/gift.png | bin | 0 -> 94706 bytes | |||
| -rw-r--r-- | assets/sprites/gui/ui.skin | 2 |
9 files changed, 4 insertions, 8 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index fd7ba20..239169c 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -47,10 +47,7 @@ "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}", + "giftbox.open": "You got", "minigame.slots.nothing": "YOU WON NOTHINGG", "minigame.slots.prize": "YOU WON %s P$", diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json index 62388bb..7451d97 100644 --- a/assets/i18n/ru_ru.json +++ b/assets/i18n/ru_ru.json @@ -55,10 +55,7 @@ "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}", + "giftbox.open": "Ты получил", "pet.bror.name": "Cонный Брор", "pet.bror.desc": "Засыпающий Брор поможет тебе гладить Максона практически до потери сознания.", diff --git a/assets/models/props/giftbox/giftbox_closed.glb b/assets/models/props/giftbox/giftbox_closed.glb Binary files differnew file mode 100644 index 0000000..a25497d --- /dev/null +++ b/assets/models/props/giftbox/giftbox_closed.glb diff --git a/assets/models/props/giftbox/giftbox_opened.glb b/assets/models/props/giftbox/giftbox_opened.glb Binary files differnew file mode 100644 index 0000000..f8e4b82 --- /dev/null +++ b/assets/models/props/giftbox/giftbox_opened.glb diff --git a/assets/mus/giftbox/giftbox_opened.mp3 b/assets/mus/giftbox/giftbox_opened.mp3 Binary files differnew file mode 100644 index 0000000..93f5728 --- /dev/null +++ b/assets/mus/giftbox/giftbox_opened.mp3 diff --git a/assets/sfx/giftbox/giftbox_click.ogg b/assets/sfx/giftbox/giftbox_click.ogg Binary files differnew file mode 100644 index 0000000..f1bc9b9 --- /dev/null +++ b/assets/sfx/giftbox/giftbox_click.ogg diff --git a/assets/sfx/giftbox/giftbox_flying.ogg b/assets/sfx/giftbox/giftbox_flying.ogg Binary files differnew file mode 100644 index 0000000..e87557c --- /dev/null +++ b/assets/sfx/giftbox/giftbox_flying.ogg diff --git a/assets/sprites/giftbox/gift.png b/assets/sprites/giftbox/gift.png Binary files differnew file mode 100644 index 0000000..ff7d4fd --- /dev/null +++ b/assets/sprites/giftbox/gift.png diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index e0df22b..979a0f1 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -16,6 +16,8 @@ white_tile: { color: white, name: tile }, + halftransparentblack: { color: { hex: "#00000099" }, name: tile }, + // Store store: { color: { hex: "#59413aff" }, name: square }, store_control: { color: { hex: "#47312cff" }, name: tile }, |
