diff options
| author | ilotterytea <iltsu@alright.party> | 2022-08-29 00:42:39 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-08-29 00:42:39 +0600 |
| commit | f508e0c2d0f33482e02546a8775f2b2e27b15779 (patch) | |
| tree | 391bfcf22ef8f717be454dadd1dfadf960c847c7 /assets/main.skin | |
| parent | 5ab73842faf5a3f7dbe5867785ec26e4739bfce3 (diff) | |
style for text buttons
Diffstat (limited to 'assets/main.skin')
| -rw-r--r-- | assets/main.skin | 10 |
1 files changed, 9 insertions, 1 deletions
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: { |
