Tutorial improvements

This commit is contained in:
Anuken
2019-08-09 12:18:08 -04:00
parent 69e7b442e2
commit 2c4379acd1
9 changed files with 96 additions and 38 deletions

View File

@@ -52,7 +52,9 @@
ButtonStyle: {
default: {
down: button-down,
up: button
up: button,
over: button-over,
disabled: button-disabled
},
square: {
over: button-square-over,