Improved footstep detection

This commit is contained in:
2024-02-15 00:20:26 +01:00
parent 07f356a8cc
commit 17a507d07c
7 changed files with 86 additions and 39 deletions

View File

@ -0,0 +1,6 @@
extends SkillInstance
func _ready():
play_animation("human/thrust", 1.0, 2.0)
await melee_damage(0.5)
queue_free()