From f508e0c2d0f33482e02546a8775f2b2e27b15779 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 29 Aug 2022 00:42:39 +0600 Subject: style for text buttons --- assets/main.skin | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'assets/main.skin') diff --git a/assets/main.skin b/assets/main.skin index e82f8d7..1438435 100644 --- a/assets/main.skin +++ b/assets/main.skin @@ -33,13 +33,21 @@ } }, + com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { + default: { + font: default, + fontColor: lightgrey, + overFontColor: white, + downFontColor: grey + } + }, com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { default: { font: default, fontColor: white }, press: { - font: header, + font: default, fontColor: white }, credits: { -- cgit v1.2.3