From 3ebbd9a281765065201c438d58bb23d3bdb60b4d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 28 May 2024 23:22:33 +0500 Subject: upd: shop item style --- assets/MainSpritesheet.skin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'assets') 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: { -- cgit v1.2.3