diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-10 04:46:13 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-10 04:46:13 +0600 |
| commit | 145377c13161698abcb149ac692f73c2c7a233c7 (patch) | |
| tree | 55854920ad9bccfee5b1c506e5d6ba05f007cc97 /assets | |
| parent | 60c297ade94607e9abee2822fc9434bc47723571 (diff) | |
Adjusted to the new design terms.
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainSpritesheet.skin | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index d4eafb7..60eda9e 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -41,9 +41,14 @@ } }, com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { - default: { font: default, fontColor: { hex: "#ffffff" } }, + default: { font: default, fontColor: lightgrey }, + value: { font: default, fontColor: yellow } debug: { font: default, fontColor: { hex: "#ffffff" }, background: tile_03 }, - with_background: { font: default, fontColor: white, background: fg } + with_background: { font: default, fontColor: white, background: fg }, + 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 } }, com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { |
