Files
Bubberstation/code/datums/greyscale/json_configs/circuit.json
SkyratBot 0e063e63d6 [MIRROR] Converts circuitboards to GAGS (#5439)
* Converts circuitboards to GAGS (#58841)

Co-authored-by: Thunder12345 <stewart@ critar.demon.co.uk>

* Converts circuitboards to GAGS

Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
Co-authored-by: Thunder12345 <stewart@ critar.demon.co.uk>
2021-05-04 01:07:32 +01:00

16 lines
225 B
JSON

{
"": [
{
"type": "icon_state",
"icon_state": "circuit_board",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "circuit_chip",
"blend_mode": "overlay"
}
]
}