diff options
| author | ilotterytea <iltsu@alright.party> | 2022-08-26 18:23:43 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-08-26 18:23:43 +0600 |
| commit | 6377ee262c95537355801ee28149b87eb6d9cb9e (patch) | |
| tree | 092283abb8f8a3aee43c365421bc820e5a307ceb /assets/main.skin | |
Initial commit
Diffstat (limited to 'assets/main.skin')
| -rw-r--r-- | assets/main.skin | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/main.skin b/assets/main.skin new file mode 100644 index 0000000..e82f8d7 --- /dev/null +++ b/assets/main.skin @@ -0,0 +1,55 @@ +{ + Color: { + blackSemitransparent: {hex: "#00000099"}, + black: {hex: "#000000ff" }, + darkblue: {hex: "#1d2b53ff" }, + darkpurple: {hex: "#7e2553ff" }, + darkgreen: {hex: "#008751ff" }, + brown: {hex: "#ab5236ff" }, + grey: {hex: "#5f574fff" }, + lightgrey: {hex: "#c2c3c7ff" }, + white: {hex: "#fff1e8ff" }, + red: {hex: "#ff004dff" }, + orange: {hex: "#ffa300ff" }, + yellow: {hex: "#ffec27ff" }, + green: {hex: "#00e436ff" }, + blue: {hex: "#29adffff" }, + lavender: {hex: "#83769cff" }, + pink: {hex: "#ff77a8ff" }, + lightpeach: {hex: "#ffccaaff" } + }, + com.badlogic.gdx.graphics.g2d.BitmapFont: { + defaultsmaller: { + file: fnt/MaxonPuff.fnt, + scaledSize: 8 + } + default: { + file: fnt/MaxonPuff.fnt, + scaledSize: 18 + }, + header: { + file: fnt/MaxonBob.fnt, + scaledSize: 32 + } + }, + + com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { + default: { + font: default, + fontColor: white + }, + press: { + font: header, + fontColor: white + }, + credits: { + font: default, + fontColor: blackSemitransparent + } + }, + com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { + default: { + titleFont: default + } + } +}
\ No newline at end of file |
