added cfox code

This commit is contained in:
pennyrigate 2023-03-22 16:26:37 -04:00
parent ce964f5567
commit aa7714066c
3 changed files with 16 additions and 4 deletions

View file

@ -104,6 +104,10 @@ func _physics_process(delta):
move_and_slide(velocity,Vector2.UP)
#Moon Jump
if Debug.moon_jump == true: can_doublejump = true
#2011
if Debug.cfox_mode == true:
anims.play("idle")
anims.set_speed_scale(0)
func _process_idle():
if anims.get_current_animation() != "idle": anims.play("idle")