Added layer settings

This commit is contained in:
2024-02-14 13:52:59 +01:00
parent cf31ba3444
commit ec676aad5d
19 changed files with 133 additions and 26 deletions

View File

@ -1,6 +1,6 @@
extends SkillInstance
func _ready():
play_animation("human/slash", 0.7, 1.4)
play_animation("human/slash", 0.8, 1.7)
await melee_damage(0.5)
queue_free()