summaryrefslogtreecommitdiff
path: root/assets/sprites/gui/ui.skin
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-26 00:18:53 +0500
committerilotterytea <iltsu@alright.party>2024-10-26 00:18:53 +0500
commit9468770a3471d607b0bfd6b0f8554eeb6eccf1e0 (patch)
tree2d8fdcb50194418432e415ba698f35cacadcde56 /assets/sprites/gui/ui.skin
parentce8d6e489c90404ca286403b7aa74079157ee2ba (diff)
upd: asset cleanup
Diffstat (limited to 'assets/sprites/gui/ui.skin')
-rw-r--r--assets/sprites/gui/ui.skin12
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin
index 11a50f1..32d6a07 100644
--- a/assets/sprites/gui/ui.skin
+++ b/assets/sprites/gui/ui.skin
@@ -36,6 +36,10 @@
sell_button_idle: { color: { hex: "#cb3238ff" }, name: idle },
sell_button_hover: { color: { hex: "#e53e41ff" }, name: idle },
sell_button_disabled: { color: { hex: "#280405ff" }, name: pressed },
+
+ // Progress bar
+ bar_fg: { color: { hex: "#00ff00ff" }, name: tile },
+ bar_bg: { color: { hex: "#222222ff" }, name: tile },
},
// TODO: Test this file path on Android platform
com.badlogic.gdx.graphics.g2d.BitmapFont: {
@@ -205,5 +209,11 @@
},
background: button_disabled
}
- }
+ },
+ com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: {
+ default-horizontal: {
+ background: bar_bg,
+ knobBefore: bar_fg
+ }
+ },
} \ No newline at end of file