6 lines
117 B
GDScript3
6 lines
117 B
GDScript3
|
extends SkillInstance
|
||
|
|
||
|
func _ready():
|
||
|
play_animation("human/slash", 0.7, 1.4)
|
||
|
await melee_damage(0.5)
|
||
|
queue_free()
|