diff options
| -rw-r--r-- | assets/MainSpritesheet.skin | 13 |
1 files changed, 12 insertions, 1 deletions
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 } |
