diff options
| author | ilotterytea <iltsu@alright.party> | 2022-10-06 01:05:05 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-10-06 01:05:05 +0600 |
| commit | c812f699f9c14f7b0220ab4e071f24bc5b3356e7 (patch) | |
| tree | 3cbb50fcc2dd29b5a405778f667ea80b1cf64850 /assets/main.skin | |
| parent | 275ac74bdd3b7a273737065e898b01888145c47b (diff) | |
new fonts: trebuchet + tahoma
Diffstat (limited to 'assets/main.skin')
| -rw-r--r-- | assets/main.skin | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/assets/main.skin b/assets/main.skin index 34c6919..e468028 100644 --- a/assets/main.skin +++ b/assets/main.skin @@ -20,17 +20,27 @@ }, com.badlogic.gdx.graphics.g2d.BitmapFont: { default: { - file: fnt/MaxonRegularSemi.fnt, + file: fnt/MaxonTrebuchet.fnt, scaledSize: 24 }, default_lidl: { - file: fnt/MaxonRegularSemi.fnt, + file: fnt/MaxonTrebuchet.fnt, scaledSize: 18 }, default_slidl: { - file: fnt/MaxonRegularSemi.fnt, + 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: { |
