4 lines
80 B
GDScript
4 lines
80 B
GDScript
extends AnimationPlayer
|
|
|
|
func _ready() -> void:
|
|
self.play("SphereAction-loop")
|