diff options
Diffstat (limited to 'assets/main.skin')
| -rw-r--r-- | assets/main.skin | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/assets/main.skin b/assets/main.skin deleted file mode 100644 index 65dec0c..0000000 --- a/assets/main.skin +++ /dev/null @@ -1,92 +0,0 @@ -{ - 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: { - default: { - file: fnt/MaxonTrebuchet.fnt, - scaledSize: 24 - }, - default_lidl: { - file: fnt/MaxonTrebuchet.fnt, - scaledSize: 18 - }, - default_slidl: { - file: fnt/MaxonTrebuchet.fnt, - scaledSize: 14 - } - - // Console - console: { - file: fnt/MaxonTahoma.fnt, - scaledSize: 14 - }, - console_bold: { - file: fnt/MaxonTahomaBold.fnt, - scaledSize: 12 - }, - }, - com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { - default: { - font: default, - fontColor: lightgrey, - overFontColor: white, - downFontColor: grey - } - } - com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { - default: { - font: default, - fontColor: white - }, - press: { - font: default, - fontColor: white - }, - credits: { - font: default, - fontColor: blackSemitransparent - }, - purchaseitem_title: { - font: default_lidl, - fontColor: yellow - }, - purchaseitem_desc: { - font: default_slidl, - fontColor: white - }, - purchaseitem_price: { - font: default_lidl, - fontColor: yellow - }, - disclaimer: { - font: default_slidl, - fontColor: grey - }, - debug: { - font: console_bold, - fontColor: white - } - }, - com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { - default: { - titleFont: default - } - } -}
\ No newline at end of file |
