Convert ItemCabinet to use a VisualizerSystem (#6571)

This commit is contained in:
mirrorcult
2022-02-09 18:53:44 -07:00
committed by GitHub
parent 47c31fac47
commit b96cee4fd5
8 changed files with 46 additions and 55 deletions

View File

@@ -26,10 +26,9 @@
doorSound:
path: /Audio/Machines/machine_switch.ogg
- type: Appearance
visuals:
- type: ItemCabinetVisualizer
openState: open
closedState: closed
- type: ItemCabinetVisuals
openState: open
closedState: closed
placement:
mode: SnapgridCenter

View File

@@ -24,10 +24,9 @@
doorSound:
path: /Audio/Machines/machine_switch.ogg
- type: Appearance
visuals:
- type: ItemCabinetVisualizer
closedState: glass
openState: glass-up
- type: ItemCabinetVisuals
openState: glass-up
closedState: glass
placement:
mode: SnapgridCenter