1 2 3 4 5 6
extends Spatial onready var anim = $AnimationPlayer func _ready(): anim.play("spin_light")