diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-29 09:13:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-29 09:13:31 +0500 |
| commit | b9050a21c0bcb988ac90a1d0082ab03277e490da (patch) | |
| tree | 85bd3c0e6093d861338a3ef6b5a8ed4d25817f42 /assets | |
| parent | 4ffacd6cf5a2dbcb89f4d2a3ab6c192f1f343223 (diff) | |
feat: controllable sfx and music
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/i18n/en_us.json | 4 | ||||
| -rw-r--r-- | assets/i18n/ru_ru.json | 4 | ||||
| -rw-r--r-- | assets/sprites/gui/ui.skin | 8 |
3 files changed, 16 insertions, 0 deletions
diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index b72f8a3..38d9d34 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -5,6 +5,10 @@ "menu.continue": "CONTINUE", "menu.reset": "RESET", + "sounds.title": "Mixer", + "sounds.music": "Music", + "sounds.sfx": "SFX", + "giftbox.open": "You got", "minigame.slots.nothing": "YOU WON NOTHINGG", diff --git a/assets/i18n/ru_ru.json b/assets/i18n/ru_ru.json index b3d740c..6f84954 100644 --- a/assets/i18n/ru_ru.json +++ b/assets/i18n/ru_ru.json @@ -5,6 +5,10 @@ "menu.continue": "ПРОДОЛЖИТЬ", "menu.reset": "СБРОСИТЬ", + "sounds.title": "Микшер", + "sounds.music": "Музыка", + "sounds.sfx": "SFX", + "giftbox.open": "Ты получил", "minigame.slots.nothing": "ТЫ НИЧЕГО НЕ ВЫИГРАЛ", diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 32d6a07..752ca37 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -16,6 +16,7 @@ button_hover: { color: { hex: "#e58b41ff" }, name: idle }, button_disabled: { color: { hex: "#1f1f1fff" }, name: pressed }, bg: { color: { hex: "#1f1f1fff" }, name: pressed }, + bg2: { color: { hex: "#2b221fff" }, name: pressed }, white_tile: { color: white, name: tile }, @@ -216,4 +217,11 @@ knobBefore: bar_fg } }, + com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: { + default-horizontal: { + background: bg, + knob: button_hover, + knobBefore: button_pressed + } + } }
\ No newline at end of file |
