mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
* Fixes the map sprite for lizard plushes (#60416) This PR fixes the placeholder map sprite for lizard plushes. I included a map sprite in my original GAGS PR but I forgot a single character from the icon_state which made it not work and I didn't realize until after it was merged. * Fixes the map sprite for lizard plushes Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"map_plushie_lizard": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "plushie_lizard_body",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "plushie_lizard_eyes",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "plushie_lizard_tongue",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "plushie_lizard_pupil",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|