cawez_puzzlebox/objectives/objective.gd
2024-07-01 11:21:22 -04:00

10 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