diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-27 00:02:13 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-27 00:02:13 +0600 |
| commit | dd940330c02d19565c185c36f2da4da1daf52f5d (patch) | |
| tree | a569018ec857ccf1dbc39fe3b57f61570c186f4d /assets | |
| parent | 42b6b4f47cb5cba213851757aeb973610a2e5b62 (diff) | |
skin for text buttons only
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sprites/gui/widgets.skin | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin new file mode 100644 index 0000000..8687f2c --- /dev/null +++ b/assets/sprites/gui/widgets.skin @@ -0,0 +1,17 @@ +{ + com.badlogic.gdx.graphics.g2d.BitmapFont: { + default: { + file: ../../fnt/MaxonRegularSemi.fnt, + scaledSize: 24 + } + } + com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { + default: { + font: default, + up: button, + down: button_down, + over: button_over, + disabled: button_disabled + } + } +}
\ No newline at end of file |
