summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/i18n/en_us.json4
-rw-r--r--assets/i18n/ru_ru.json4
-rw-r--r--assets/sprites/gui/ui.skin8
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