bom/client/skill/slash/slash.gd
2024-02-15 13:45:17 +01:00

6 lines
118 B
GDScript

extends AreaSkillInstance
func _ready():
animation.play("human/slash", 1.7)
await area_damage(0.5, 0.1, 0.2)
end()