mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-22 23:15:13 +00:00
* Adds icon state configuration to GAS (#58487) Relatively simple change that allows you to specify icon states in greyscale config so as to allow generating icon files with multiple states. This is a requisite for GAS to work with icon smoothing. Also a couple bits of additional warnings and documentation. * Adds icon state configuration to GAS Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
21 lines
305 B
JSON
21 lines
305 B
JSON
{
|
|
"": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "add_shader",
|
|
"blend_mode": "add"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "multi_shader",
|
|
"blend_mode": "multiply"
|
|
}
|
|
]
|
|
}
|