6 lines
116 B
GDScript
6 lines
116 B
GDScript
extends SkillInstance
|
|
|
|
func _ready():
|
|
play_animation("human/spin", 1.0, 2.0)
|
|
await melee_damage(0.5)
|
|
queue_free() |