5 lines
82 B
GDScript3
5 lines
82 B
GDScript3
|
extends AnimationPlayer
|
||
|
|
||
|
func _ready() -> void:
|
||
|
self.play("ArmatureAction-loop")
|