summaryrefslogtreecommitdiff
path: root/assets/main.skin
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-10-19 22:06:16 +0600
committerilotterytea <iltsu@alright.party>2022-10-19 22:06:16 +0600
commitbac4182ef9d1df55b3e2daad8be82f966a92b0dd (patch)
treee08143c54939c527a931fd23690f8fd6e73fc2b4 /assets/main.skin
parent2434fafcdb07521c0db76037483d0c36c4280c2e (diff)
parentc792b675e340ade7e4fd6bd4e67265ba2b4cb1b5 (diff)
Resolved merge conflict
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: {