9-slice image support

This commit is contained in:
airstruck
2015-10-27 01:15:47 -04:00
parent c9414eec48
commit 61c9aacd94
12 changed files with 126 additions and 41 deletions

View File

@@ -14,12 +14,9 @@ local style = {
toolButton = {
align = 'center middle',
width = 48,
margin = 4,
padding = 0,
},
toolButton_not_hovered = {
background = false,
outline = false,
slices = false,
},
toolButton_hovered = {
tint = { 200, 255, 200 },