Created Final level for setting up the final game's play Level button

This commit is contained in:
2024-07-18 22:08:17 -05:00
parent a790ac5e6b
commit 082e79b09e
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,6 @@
extends Area3D
@onready var TeleportTo = get_tree().get_first_node_in_group("TeleportLocation").global_position
func _on_body_entered(body:Node3D):
body.position = TeleportTo