From 145377c13161698abcb149ac692f73c2c7a233c7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 Dec 2022 04:46:13 +0600 Subject: Adjusted to the new design terms. --- assets/MainSpritesheet.skin | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'assets') 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: { -- cgit v1.2.3