mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 09:22:41 +00:00
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>
17 lines
275 B
JSON
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 ]
|
|
}
|
|
]
|
|
}
|