This commit is contained in:
2023-02-12 21:54:20 +01:00
parent 250ab93c15
commit 58fb2e6643
4 changed files with 3 additions and 25 deletions
+1 -11
View File
@@ -1,16 +1,5 @@
extends StaticBody3D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func eindig():
$".."/Room/Doorframe/Door.visible = false
$".."/Room/Doorframe/Door/Deur.set_collision_layer(0)
@@ -22,3 +11,4 @@ func eindig():
$"../Einde/Wincamera/AudioStreamPlayer3D2".stream.loop = false
$"../Einde/Wincamera/AudioStreamPlayer3D3".stream.loop = false
$"../Muziek".playing = false
$"../Gui".visible = false