diff --git a/autoloads/debug.gd b/autoloads/debug.gd index 82dd7ad..fb5515a 100644 --- a/autoloads/debug.gd +++ b/autoloads/debug.gd @@ -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():