summaryrefslogtreecommitdiff
path: root/assets/main.skin
diff options
context:
space:
mode:
Diffstat (limited to 'assets/main.skin')
-rw-r--r--assets/main.skin28
1 files changed, 21 insertions, 7 deletions
diff --git a/assets/main.skin b/assets/main.skin
index a9ffdd6..65dec0c 100644
--- a/assets/main.skin
+++ b/assets/main.skin
@@ -20,17 +20,27 @@
},
com.badlogic.gdx.graphics.g2d.BitmapFont: {
default: {
- file: fnt/peepo.fnt,
- scaledSize: 22
+ file: fnt/MaxonTrebuchet.fnt,
+ scaledSize: 24
},
default_lidl: {
- file: fnt/peepo.fnt,
- scaledSize: 16
+ file: fnt/MaxonTrebuchet.fnt,
+ scaledSize: 18
},
default_slidl: {
- file: fnt/peepo.fnt,
- scaledSize: 12
+ 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: {
@@ -66,8 +76,12 @@
fontColor: yellow
},
disclaimer: {
- font: default,
+ font: default_slidl,
fontColor: grey
+ },
+ debug: {
+ font: console_bold,
+ fontColor: white
}
},
com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: {