Added state component
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
extends SkillInstance
|
||||
extends AreaSkillInstance
|
||||
|
||||
func _ready():
|
||||
play_animation("human/slash", 0.8, 1.7)
|
||||
await melee_damage(0.5)
|
||||
queue_free()
|
||||
animation.play("human/slash", 1.7)
|
||||
await area_damage(0.5, 0.1, 0.2)
|
||||
end()
|
Reference in New Issue
Block a user