infinite ammo cheat
This commit is contained in:
parent
408c1062ed
commit
353fb7f89e
3 changed files with 71 additions and 61 deletions
|
@ -111,6 +111,9 @@ func _physics_process(delta):
|
|||
if Debug.cfox_mode == true:
|
||||
anims.play("idle")
|
||||
anims.set_speed_scale(0)
|
||||
#Infinite arrows
|
||||
if Debug.infinite_arrows == true:
|
||||
Game.arrows = 99
|
||||
|
||||
func _process_idle():
|
||||
if anims.get_current_animation() != "idle": anims.play("idle")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue