7 lines
110 B
GDScript
7 lines
110 B
GDScript
extends AnimationPlayer
|
|
|
|
|
|
func _ready() -> void:
|
|
speed_scale = randf_range(0.5, 1.5)
|
|
play("ArmatureAction")
|