Parameter adjustments

This commit is contained in:
root 2025-09-16 15:19:57 +02:00
parent c1268be3a5
commit b4635e81d0
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ var knockback_strength = 1500
var damage_knockup = 500
# Attack Handling
var atk_cooldown = 0.6
var atk_cooldown = 0.5
var atk_timer = 0
func _physics_process(delta: float) -> void:

View file

@ -1,6 +1,6 @@
extends Area2D
var anim_sprite: AnimatedSprite2D
var slash_duration = 0.15
var slash_duration = 0.1
var slash_timer = 0
var damage = 20
var facing = -1