added cfox code
This commit is contained in:
parent
ce964f5567
commit
aa7714066c
3 changed files with 16 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue