2 new categories, less space used

This commit is contained in:
Anuken
2018-11-18 14:10:02 -05:00
parent ff62f075d0
commit 0efaa11553
13 changed files with 986 additions and 1040 deletions

View File

@@ -14,12 +14,11 @@ TintedDrawable: {
chatfield: {name: white, color: {r: 0, g: 0, b: 0, a: 0.2}},
clear: {name: white, color: {r: 0.1, g: 0.1, b: 0.1, a: 0.75}},
none: {name: white, color: {r: 0, g: 0, b: 0, a: 0}},
clear-over: {name: white, color: { hex: "#ffd37f82" } },
clear-over: {name: white, color: { hex: "#ffffff82" } },
clear-down: {name: white, color: { hex: "#ffd37fff" } }
},
ButtonStyle: {
default: {down: button-down, up: button },
menu: {up: text-sides, over: text-sides-over, down: text-sides-down},
toggle: {checked: button-down, down: button-down, up: button }
},
TextButtonStyle: {