fix: removed debugging artefact

pull/15/head
Artur David 2026-04-30 10:46:15 +02:00
parent bed957a52e
commit 3d6a721b04
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ func attack():
else:
animated_sprite_2d.play("attack_down")
animated_sprite_2d.speed_scale = 0.5 / $AttackSpeed.wait_time * 1.4
print(animated_sprite_2d.speed_scale)
var wait_time = $AttackSpeed.wait_time
await get_tree().create_timer(wait_time / 2).timeout
body.take_damage(strength)