summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-18 01:03:42 +0500
committerilotterytea <iltsu@alright.party>2024-10-18 01:03:42 +0500
commit281b83e8cae408b8bd7f6cf32e9ca767930996f5 (patch)
tree8f7161ce16097544d0d5c608dec80cb039a6b0e2 /assets
parent1b3ed40e5d28df60b5ea8e4bfe99c8bde4ce914a (diff)
feat: giftbox
Diffstat (limited to 'assets')
-rw-r--r--assets/i18n/en_us.json5
-rw-r--r--assets/i18n/ru_ru.json5
-rw-r--r--assets/models/props/giftbox/giftbox_closed.glbbin0 -> 38052 bytes
-rw-r--r--assets/models/props/giftbox/giftbox_opened.glbbin0 -> 37992 bytes
-rw-r--r--assets/mus/giftbox/giftbox_opened.mp3bin0 -> 117869 bytes
-rw-r--r--assets/sfx/giftbox/giftbox_click.oggbin0 -> 54766 bytes
-rw-r--r--assets/sfx/giftbox/giftbox_flying.oggbin0 -> 14783 bytes
-rw-r--r--assets/sprites/giftbox/gift.pngbin0 -> 94706 bytes
-rw-r--r--assets/sprites/gui/ui.skin2
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
new file mode 100644
index 0000000..a25497d
--- /dev/null
+++ b/assets/models/props/giftbox/giftbox_closed.glb
Binary files 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
--- /dev/null
+++ b/assets/models/props/giftbox/giftbox_opened.glb
Binary files differ
diff --git a/assets/mus/giftbox/giftbox_opened.mp3 b/assets/mus/giftbox/giftbox_opened.mp3
new file mode 100644
index 0000000..93f5728
--- /dev/null
+++ b/assets/mus/giftbox/giftbox_opened.mp3
Binary files differ
diff --git a/assets/sfx/giftbox/giftbox_click.ogg b/assets/sfx/giftbox/giftbox_click.ogg
new file mode 100644
index 0000000..f1bc9b9
--- /dev/null
+++ b/assets/sfx/giftbox/giftbox_click.ogg
Binary files differ
diff --git a/assets/sfx/giftbox/giftbox_flying.ogg b/assets/sfx/giftbox/giftbox_flying.ogg
new file mode 100644
index 0000000..e87557c
--- /dev/null
+++ b/assets/sfx/giftbox/giftbox_flying.ogg
Binary files differ
diff --git a/assets/sprites/giftbox/gift.png b/assets/sprites/giftbox/gift.png
new file mode 100644
index 0000000..ff7d4fd
--- /dev/null
+++ b/assets/sprites/giftbox/gift.png
Binary files 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 },