mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 10:23:15 +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
244 B
JSON
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 ]
|
|
}
|
|
]
|
|
}
|