diff options
Diffstat (limited to 'assets/sprites/gui/widgeticons.skin')
| -rw-r--r-- | assets/sprites/gui/widgeticons.skin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgeticons.skin b/assets/sprites/gui/widgeticons.skin new file mode 100644 index 0000000..5c0a57f --- /dev/null +++ b/assets/sprites/gui/widgeticons.skin @@ -0,0 +1,10 @@ +{ + com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: { + quit: { + up: exit + }, + options: { + up: options + } + } +}
\ No newline at end of file |
