meat_madness_redux/godot/assets/models/AnimationPlayer.gd
2022-12-28 20:24:20 -07:00

4 lines
80 B
GDScript

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