diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-28 23:22:33 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-28 23:22:33 +0500 |
| commit | 3ebbd9a281765065201c438d58bb23d3bdb60b4d (patch) | |
| tree | cd4461a13fd53a5fd050278ed802f4d584f829ca /assets | |
| parent | 62810e3d248a81ab6a4b6bc8b321ecd85d565a0c (diff) | |
upd: shop item style
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainSpritesheet.skin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index c859083..1defa49 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -62,7 +62,9 @@ header: { font: default, fontColor: yellow }, header_with_bg: { font: default, fontColor: yellow, background: fg } subheader: { font: default, fontColor: white }, - subheader_with_bg: { font: default, fontColor: white, background: fg } + subheader_with_bg: { font: default, fontColor: white, background: fg }, + item_title: { font: small, fontColor: yellow }, + item_price: { font: small, fontColor: white } }, com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { |
