make intercoms draw above table (#23897)

Update intercom.yml
This commit is contained in:
Emisse
2024-01-10 16:05:59 -07:00
committed by GitHub
parent ef132c8a7b
commit c7ad10d0ad

View File

@@ -31,6 +31,7 @@
board: !type:Container board: !type:Container
- type: Sprite - type: Sprite
noRot: false noRot: false
drawdepth: SmallObjects
sprite: Structures/Wallmounts/intercom.rsi sprite: Structures/Wallmounts/intercom.rsi
layers: layers:
- state: base - state: base
@@ -112,6 +113,7 @@
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
drawdepth: SmallObjects
sprite: Structures/Wallmounts/intercom.rsi sprite: Structures/Wallmounts/intercom.rsi
state: build state: build
- type: Construction - type: Construction