cave-of-dreams/scripts/hide_node.gd
2026-05-14 11:57:50 -04:00

4 lines
56 B
GDScript

extends Node3D
func _ready() -> void:
visible = false