mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-12 18:20:09 +01:00
9f6c1d2a7b
This PR fixes a case where Cayenne's sprite was flickering an error sign when carrying a disk and correctly assigns icon state names to JSON gags files for carp mouth and wirecutters as per newest standards to prevent further issues with them in the future.
16 lines
238 B
JSON
16 lines
238 B
JSON
{
|
|
"cutters_map": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cutters",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "cutters_cutty_thingy",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|