Files
Bubberstation/code/datums/greyscale/json_configs/wrap_paper.json
RaveRadbury d1655dab56 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>
2021-06-13 21:40:26 +01:00

17 lines
255 B
JSON

{
"": [
{
"type": "icon_state",
"icon_state": "wrap_paper_base",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "wrap_paper_ribbon",
"blend_mode": "overlay",
"color_ids": [ 2 ]
}
]
}