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

@@ -6,5 +6,5 @@ func _on_interaction_area_body_entered(body: Player) -> void:
func _on_interaction_area_body_exited(body: Player) -> void:
body.interaction_target = null
func interact():
func interact(player: Player):
pass