summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-06-01 16:25:44 +0500
committerilotterytea <iltsu@alright.party>2024-06-01 16:25:44 +0500
commit8553e5a7e09df8a593af512b0f3455bef534a4dd (patch)
tree23b5d1a99354ff0f6a9f03295743a33ac1310d10 /assets
parent5b1cccb0c72b7d38c25f2e5e6873f06a3e0a67a0 (diff)
upd: store title
Diffstat (limited to 'assets')
-rw-r--r--assets/MainSpritesheet.skin12
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin
index 82b719f..973c850 100644
--- a/assets/MainSpritesheet.skin
+++ b/assets/MainSpritesheet.skin
@@ -45,6 +45,11 @@
scaledSize: 16
},
+ store_title: {
+ file: fnt/FontText.fnt,
+ scaledSize: 24
+ },
+
pixeled: {
file: fnt/MaxonMercutio.fnt,
scaledSize: 23
@@ -67,7 +72,12 @@
subheader: { font: default, fontColor: white },
subheader_with_bg: { font: default, fontColor: white, background: fg },
item_title: { font: small, fontColor: yellow },
- item_price: { font: small, fontColor: white }
+ item_price: { font: small, fontColor: white },
+
+ store_title: {
+ font: store_title,
+ fontColor: white
+ }
},
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {