7 lines
128 B
GDScript
7 lines
128 B
GDScript
@tool
|
|
extends XRToolsPickable
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
super._ready()
|