added moon jump cheat

This commit is contained in:
pennyrigate 2023-02-04 03:12:18 -05:00
parent 656087741d
commit abeac3504e
2 changed files with 5 additions and 1 deletions

View file

@ -90,6 +90,8 @@ func _physics_process(delta):
velocity.y = 0
#Apply velocity
move_and_slide(velocity,Vector2.UP)
#Moon Jump
if Debug.moon_jump == true: can_doublejump = true
func _process_idle():
if anims.get_current_animation() != "idle": anims.play("idle")