leg jump swap ani fix

This commit is contained in:
Nicholas Butzke
2026-08-10 12:57:41 -04:00
parent 0ce626ad42
commit bb34764d59
3 changed files with 70 additions and 19 deletions
+1
View File
@@ -63,6 +63,7 @@ func update(delta: float) -> void:
player.velocity = vel
machine.jump_cooldown_timer = params.jump_cooldown
machine.register_chain_mechanic("grapple_jump")
machine.movement_event.emit("jump", {"kind": "grapple_jump"})
machine.switch_to("air")
if player.jump_player:
player.jump_player.play()