forked from team-sg/hero-mark-2
The End?
This commit is contained in:
parent
77737e009e
commit
ae16a01820
5 changed files with 47 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue