Files
Bubberstation/code/datums/greyscale/json_configs/giftdeliverypackage2.json
SkyratBot e1c7ca12d1 [MIRROR] Wrapping Paper GAGS (#6309)
* Convert wrapping paper sprites to GAGS (#59374)

Wrapping paper has been put through GAGS. You can set the base color and ribbon color with right click, then apply it to a package.

Co-authored-by: coiax <yellowbounder@ gmail.com>

* Wrapping Paper GAGS

Co-authored-by: RaveRadbury <3204033+RaveRadbury@users.noreply.github.com>
Co-authored-by: coiax <yellowbounder@ gmail.com>
2021-06-14 18:42:46 +12:00

17 lines
275 B
JSON

{
"": [
{
"type": "icon_state",
"icon_state": "giftdeliverypackage2_base",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "giftdeliverypackage2_ribbon",
"blend_mode": "overlay",
"color_ids": [ 2 ]
}
]
}