Created Teleport Boundry for it player falls out off the map they respawn

This commit is contained in:
Willow Behar
2024-06-02 15:26:14 -05:00
parent f33bd08826
commit 452c500937
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
extends Area3D
func _on_body_entered(body):
body.respawn()