Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
bazelik-null committed Jan 30, 2024
1 parent 594b5a5 commit a34f7eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
layers:
- state: closed
map: ["enum.DoorVisualLayers.Base"]
- type: Occluder
- type: Physics
canCollide: false
- type: Construction
graph: Curtains
node: CurtainsDark
Expand All @@ -23,10 +20,6 @@
components:
- type: Door
state: open
- type: Occluder
enabled: false
- type: Physics
canCollide: false
- type: Construction
graph: Curtains
node: CurtainsOpenDark
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
start: start
graph:
- node: start
- to: curtainsDark
actions:
- !type:DestroyEntity {}
edges:
Expand All @@ -13,7 +14,6 @@
- material: Cloth
amount: 2
doAfter: 1
- node: start
actions:
- !type:DestroyEntity {}
edges:
Expand Down

0 comments on commit a34f7eb

Please sign in to comment.