Improved footstep detection
This commit is contained in:
6
client/skill/thrust/thrust.gd
Normal file
6
client/skill/thrust/thrust.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends SkillInstance
|
||||
|
||||
func _ready():
|
||||
play_animation("human/thrust", 1.0, 2.0)
|
||||
await melee_damage(0.5)
|
||||
queue_free()
|
Reference in New Issue
Block a user