From c812f699f9c14f7b0220ab4e071f24bc5b3356e7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 6 Oct 2022 01:05:05 +0600 Subject: new fonts: trebuchet + tahoma --- assets/main.skin | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'assets/main.skin') 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: { -- cgit v1.2.3