From 8b1f3fb77d12e16fd68821758af65e37288a6f16 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 Dec 2022 16:36:22 +0600 Subject: Added Mercutio NBP to the skin file. --- assets/MainSpritesheet.skin | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index 43cdae3..c300997 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -38,13 +38,24 @@ small: { file: fnt/MaxonGogono.fnt, scaledSize: 16 + }, + + pixeled: { + file: fnt/MaxonMercutio.fnt, + scaledSize: 23 + }, + + s-pixeled: { + file: fnt/MaxonMercutio.fnt, + scaledSize: 17 } }, com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { default: { font: default, fontColor: lightgrey }, small-default: { font: small, fontColor: lightgrey } + small-pixeled: { font: s-pixeled, fontColor: lightgrey } value: { font: default, fontColor: yellow } - debug: { font: default, fontColor: { hex: "#ffffff" }, background: tile_03 }, + debug: { font: pixeled, fontColor: green }, with_background: { font: default, fontColor: white, background: fg }, header: { font: default, fontColor: yellow }, header_with_bg: { font: default, fontColor: yellow, background: fg } -- cgit v1.2.3