Most of prototype! yay

This commit is contained in:
2025-05-01 08:27:30 -05:00
parent 11605c9f17
commit 30bf202118
51 changed files with 1906 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
extends Interactable
func _on_interaction_area_body_entered(body: Player) -> void:
body.interaction_target = self
func _on_interaction_area_body_exited(body: Player) -> void:
body.interaction_target = null