diff options
| -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: { |
