Files
Bubberstation/code/datums/greyscale/json_configs/canister_base.json
SkyratBot 29c9908e09 [MIRROR] Adds icon state configuration to GAS (#4990)
* 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>
2021-04-18 01:24:43 +01:00

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"
}
]
}