rudimentary arrow pickup working

This commit is contained in:
2025-06-26 18:43:51 -05:00
parent 64310b848b
commit 24e531faca
3 changed files with 5 additions and 13 deletions

View File

@@ -40,4 +40,4 @@ func _on_area_3d_body_entered(body: Node3D) -> void:
func _on_area_3d_area_entered(area: Area3D) -> void:
if area.get_parent() is Arrow:
body.get_parent().follow_target = self
area.get_parent().follow_target = self