Compare commits

..

No commits in common. "c67eec8e05e3b026bf5a1b6e211ba1456dc280a8" and "385c62818e87fb062f592768f73578093e35bedc" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ var knockback_strength = 1500
var damage_knockup = 500
# Attack Handling
var atk_cooldown = 0.5
var atk_cooldown = 0.6
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.1
var slash_duration = 0.15
var slash_timer = 0
var damage = 20
var facing = -1