Skip to content

Commit

Permalink
unicaBOXfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nagato54 committed Jan 19, 2025
1 parent 9a6043a commit 74f892f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
map: ["openIndicator"]
visible: false
shader: unshaded
- state: lock-open
map: ["unlockIndicator"]
shader: unshaded
visible: false
- state: lock-closed
map: ["enum.LockVisualLayers.Lock"]
shader: unshaded
Expand All @@ -52,6 +56,7 @@
enum.LockVisualLayers.Lock:
Open: { visible: false }
Closed: { visible: true }
- type: EntityStorageVisuals
- type: LockVisuals
stateLocked: lock-closed
stateUnlocked: lock-open

0 comments on commit 74f892f

Please sign in to comment.