summaryrefslogtreecommitdiff
path: root/assets/sprites/gui/widgets.skin
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sprites/gui/widgets.skin')
-rw-r--r--assets/sprites/gui/widgets.skin22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin
index 7e408a6..6497438 100644
--- a/assets/sprites/gui/widgets.skin
+++ b/assets/sprites/gui/widgets.skin
@@ -1,4 +1,12 @@
{
+
+ Color: {
+ blackSemitransparent: {hex: "#00000099"},
+ grey: {hex: "#5f574fff" },
+ lightgrey: {hex: "#c2c3c7ff" },
+ white: {hex: "#fff1e8ff" },
+ yellow: {hex: "#ffec27ff" }
+ },
com.badlogic.gdx.graphics.g2d.BitmapFont: {
default: {
file: fnt/MaxonTrebuchet.fnt,
@@ -52,5 +60,19 @@
background: up,
wrapWidth: 400
}
+ },
+ com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: {
+ default: {
+ font: default,
+ fontColor: lightgrey,
+ focusedFontColor: yellow,
+ background: plain_up,
+ focusedBackground: plain_over,
+ }
+ },
+ com.badlogic.gdx.scenes.scene2d.ui.Table: {
+ default: {
+ background: plain_up
+ }
}
} \ No newline at end of file