mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
* 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>
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"bench_left": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "bench_left_base",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "bench_left_cover",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
}
|
|
]
|
|
}
|