6 lines
117 B
GDScript3
Raw Normal View History

2024-02-13 22:12:32 +00:00
extends SkillInstance
func _ready():
2024-02-14 12:52:59 +00:00
play_animation("human/slash", 0.8, 1.7)
2024-02-13 22:12:32 +00:00
await melee_damage(0.5)
queue_free()