Added state component
This commit is contained in:
6
client/skill/dash/dash.gd
Normal file
6
client/skill/dash/dash.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends SkillInstance
|
||||
|
||||
func _ready():
|
||||
animation.play("human/roll")
|
||||
await get_tree().create_timer(1.0).timeout
|
||||
end()
|
Reference in New Issue
Block a user