bom/client/skill/dash/dash.gd
2024-02-15 13:45:17 +01:00

7 lines
119 B
GDScript

extends SkillInstance
func _ready():
animation.play("human/roll")
await get_tree().create_timer(1.0).timeout
end()