commit of blade's bane

This commit is contained in:
Haze Weathers 2023-01-27 06:53:18 -05:00
parent 7c94312749
commit 133ee9a326
2 changed files with 5 additions and 1 deletions

View file

@ -116,7 +116,7 @@ func _process_idle_walk():
#Goto Jump
check_jump()
#Goto Sword
if Input.is_action_just_pressed("sword"):
if Debug.allow_sword && Input.is_action_just_pressed("sword"):
Game.play_sound(Game.a_sword,Game.ac_jump)
current_state = State.SWORD
return