alles heeft een einde
en een worst zelfs twee
This commit is contained in:
+6
-1
@@ -16,4 +16,9 @@ func _on_static_body_3d_input_event(camera, event, position, normal, shape_idx):
|
||||
if event is InputEventMouseButton and event.is_action_pressed("interact"):
|
||||
$Body/Knop/Audio.playing = true
|
||||
if get_number() == combination:
|
||||
$Congratulations.playing = true
|
||||
$".."/Room/Doorframe/Door.visible = false
|
||||
$".."/Room/Doorframe/Door/Deur.set_collision_layer(0)
|
||||
$"../IndirectLightDoor".visible = true
|
||||
$"../Einde/Wincamera/AudioStreamPlayer3D".playing = true
|
||||
$"../Einde/Wincamera/AudioStreamPlayer3D2".playing = true
|
||||
$"../Einde/Wincamera/AudioStreamPlayer3D3".playing = true
|
||||
|
||||
Reference in New Issue
Block a user