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/sprites | |
| parent | 4ffacd6cf5a2dbcb89f4d2a3ab6c192f1f343223 (diff) | |
feat: controllable sfx and music
Diffstat (limited to 'assets/sprites')
| -rw-r--r-- | assets/sprites/gui/ui.skin | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
