Receiver works, probably

This commit is contained in:
2025-05-02 12:19:58 -05:00
parent 30bf202118
commit 516e9d537b
15 changed files with 139 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
extends Interactable
class_name Receiver
func _on_interaction_area_body_entered(body: Player) -> void:
body.interaction_target = self