godot-demo-projects/3d/material_testers/hide_on_startup.gd

5 lines
48 B
GDScript

extends Node3D
func _ready():
visible = false