6 lines
118 B
GDScript3
6 lines
118 B
GDScript3
|
extends SkillInstance
|
||
|
|
||
|
func _ready():
|
||
|
play_animation("human/thrust", 1.0, 2.0)
|
||
|
await melee_damage(0.5)
|
||
|
queue_free()
|