Files
Bubberstation/code/datums/greyscale/json_configs/screwdriver.json
Emmett Gaines 9e9327d128 Adds a unit test for icon states on GAGS items and fixes some inhand sprites (#59330)
This adds a unit test which goes through all items and makes sure all the icon states needed are in the greyscale configurations, if it has one.
2021-05-28 10:06:37 -04:00

16 lines
248 B
JSON

{
"screwdriver_map": [
{
"type": "icon_state",
"icon_state": "screwdriver",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "screwdriver_screwybits",
"blend_mode": "overlay"
}
]
}