This commit is contained in:
pennyrigate 2024-07-13 18:48:47 -04:00
parent 77737e009e
commit ae16a01820
5 changed files with 47 additions and 7 deletions

View file

@ -127,7 +127,6 @@ func knock_back(amount: float, can_duck: bool = false) -> void:
if can_duck and state == State.DUCK:
return
knockback += amount
print("YOWCH")
func _play_laser_sound(play: bool):