Files
Bubberstation/code/datums/greyscale/json_configs/bench_right.json
SkyratBot a937abb309 [MIRROR] Beds and Benches: The Aesthetic Revolution [re-PR'd With EOB's Blessing] [MDB IGNORE] (#9022)
* Beds and Benches: The Aesthetic Revolution [re-PR'd With EOB's Blessing]

* Update code/game/objects/items/stacks/sheets/sheet_types.dm

Co-authored-by: Zytolg <33048583+Zytolg@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
2021-10-26 17:00:31 +01:00

16 lines
244 B
JSON

{
"bench_right": [
{
"type": "icon_state",
"icon_state": "bench_right_base",
"blend_mode": "overlay"
},
{
"type": "icon_state",
"icon_state": "bench_right_cover",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
]
}