summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sprites/gui/widgeticons.atlas20
-rw-r--r--assets/sprites/gui/widgeticons.pngbin0 -> 12033 bytes
-rw-r--r--assets/sprites/gui/widgets.skin22
3 files changed, 42 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgeticons.atlas b/assets/sprites/gui/widgeticons.atlas
new file mode 100644
index 0000000..bcb1ad5
--- /dev/null
+++ b/assets/sprites/gui/widgeticons.atlas
@@ -0,0 +1,20 @@
+
+widgeticons.png
+size: 256, 128
+format: RGBA8888
+filter: Nearest, Nearest
+repeat: none
+exit
+ rotate: false
+ xy: 128, 0
+ size: 128, 128
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
+options
+ rotate: false
+ xy: 0, 0
+ size: 128, 128
+ orig: 128, 128
+ offset: 0, 0
+ index: -1
diff --git a/assets/sprites/gui/widgeticons.png b/assets/sprites/gui/widgeticons.png
new file mode 100644
index 0000000..2f83822
--- /dev/null
+++ b/assets/sprites/gui/widgeticons.png
Binary files differ
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