bandana code works now

This commit is contained in:
pennyrigate 2023-05-10 20:39:58 -04:00
parent 8f208f7d51
commit 48baab72b7

View file

@ -54,6 +54,8 @@ func _physics_process(delta):
#Debug 2
if Input.is_action_just_pressed("debug_2"):
Game.freeze_frame(1.0)
#Infinite arrows
if infinite_arrows: Game.arrows = 99
func _input(event):
if event is InputEventKey && event.is_pressed():