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
View File
@@ -16,7 +16,6 @@ func _on_lock_input_event(_camera, event, _position, _normal, _shape_idx):
$Lock/DeurOpen.playing = true
$"../Gui".clear_items()
func _on_lever_input_event(_camera, event, _position, _normal, _shape_idx):
if event is InputEventMouseButton and event.is_action_pressed("interact"):
$Lever/LeverOmhaal.playing = true