6 lines
119 B
GDScript3
Raw Normal View History

2024-02-15 12:45:17 +00:00
extends AreaSkillInstance
2024-02-14 23:20:26 +00:00
func _ready():
2024-02-15 12:45:17 +00:00
animation.play("human/thrust", 2.0)
await area_damage(0.5, 0.1, 0.4)
end()