From 281b83e8cae408b8bd7f6cf32e9ca767930996f5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 18 Oct 2024 01:03:42 +0500 Subject: feat: giftbox --- assets/i18n/en_us.json | 5 +---- assets/i18n/ru_ru.json | 5 +---- assets/models/props/giftbox/giftbox_closed.glb | Bin 0 -> 38052 bytes assets/models/props/giftbox/giftbox_opened.glb | Bin 0 -> 37992 bytes assets/mus/giftbox/giftbox_opened.mp3 | Bin 0 -> 117869 bytes assets/sfx/giftbox/giftbox_click.ogg | Bin 0 -> 54766 bytes assets/sfx/giftbox/giftbox_flying.ogg | Bin 0 -> 14783 bytes assets/sprites/giftbox/gift.png | Bin 0 -> 94706 bytes assets/sprites/gui/ui.skin | 2 ++ 9 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 assets/models/props/giftbox/giftbox_closed.glb create mode 100644 assets/models/props/giftbox/giftbox_opened.glb create mode 100644 assets/mus/giftbox/giftbox_opened.mp3 create mode 100644 assets/sfx/giftbox/giftbox_click.ogg create mode 100644 assets/sfx/giftbox/giftbox_flying.ogg create mode 100644 assets/sprites/giftbox/gift.png (limited to 'assets') 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 new file mode 100644 index 0000000..a25497d Binary files /dev/null and b/assets/models/props/giftbox/giftbox_closed.glb differ diff --git a/assets/models/props/giftbox/giftbox_opened.glb b/assets/models/props/giftbox/giftbox_opened.glb new file mode 100644 index 0000000..f8e4b82 Binary files /dev/null and b/assets/models/props/giftbox/giftbox_opened.glb differ diff --git a/assets/mus/giftbox/giftbox_opened.mp3 b/assets/mus/giftbox/giftbox_opened.mp3 new file mode 100644 index 0000000..93f5728 Binary files /dev/null and b/assets/mus/giftbox/giftbox_opened.mp3 differ diff --git a/assets/sfx/giftbox/giftbox_click.ogg b/assets/sfx/giftbox/giftbox_click.ogg new file mode 100644 index 0000000..f1bc9b9 Binary files /dev/null and b/assets/sfx/giftbox/giftbox_click.ogg differ diff --git a/assets/sfx/giftbox/giftbox_flying.ogg b/assets/sfx/giftbox/giftbox_flying.ogg new file mode 100644 index 0000000..e87557c Binary files /dev/null and b/assets/sfx/giftbox/giftbox_flying.ogg differ diff --git a/assets/sprites/giftbox/gift.png b/assets/sprites/giftbox/gift.png new file mode 100644 index 0000000..ff7d4fd Binary files /dev/null and b/assets/sprites/giftbox/gift.png differ 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 }, -- cgit v1.2.3