4 lines
62 B
GDScript
4 lines
62 B
GDScript
extends AnimationPlayer
|
|
|
|
func _ready() -> void:
|
|
play("spin")
|