ander lichtkastje. sleutel in de la

This commit is contained in:
2023-02-02 22:32:36 +01:00
parent 504e9501fa
commit 46897a2742
11 changed files with 211 additions and 37 deletions
+6
View File
@@ -9,3 +9,9 @@ func _ready():
func _on_static_body_3d_input_event(camera, event, position, normal, shape_idx):
if event is InputEventMouseButton and event.is_action_pressed("interact"):
$Kast/Drawer.position.z = abs($Kast/Drawer.position.z - 1.0)
func _on_sleutel_input_event(camera, event, position, normal, shape_idx):
if event is InputEventMouseButton and event.is_action_pressed("interact"):
$Kast/Drawer/Sleutel.visible = false
get_node("../Player").has_key = true