meat_madness_redux/godot/assets/models/AnimationPlayer.gd

5 lines
82 B
GDScript3
Raw Normal View History

extends AnimationPlayer
func _ready() -> void:
self.play("ArmatureAction-loop")