7 lines
119 B
GDScript3
7 lines
119 B
GDScript3
|
extends SkillInstance
|
||
|
|
||
|
func _ready():
|
||
|
animation.play("human/roll")
|
||
|
await get_tree().create_timer(1.0).timeout
|
||
|
end()
|