5 lines
48 B
GDScript3
5 lines
48 B
GDScript3
|
extends Spatial
|
||
|
|
||
|
func _ready():
|
||
|
self.hide()
|