cawez_puzzlebox/objectives/objective.gd
2024-06-22 22:24:36 -04:00

11 lines
206 B
GDScript

extends Area3D
# Called when the node enters the scene tree for the first time.
func _ready():
body_entered.connect(_on_area_entered)
func _on_area_entered(body : Node3D) -> void:
Globals.next = true