summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-12-10 16:36:22 +0600
committerilotterytea <iltsu@alright.party>2022-12-10 16:36:22 +0600
commit8b1f3fb77d12e16fd68821758af65e37288a6f16 (patch)
tree56f464291556928b0f003a16263fe8dd8be53573 /assets
parent977044fe4865bed3c01a2d270c3f687302a14347 (diff)
Added Mercutio NBP to the skin file.
Diffstat (limited to 'assets')
-rw-r--r--assets/MainSpritesheet.skin13
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 }