This commit is contained in:
Nicholas Butzke
2026-08-02 02:20:02 -04:00
parent 61669627db
commit 922983429e
226 changed files with 34032 additions and 18521 deletions
+1
View File
@@ -104,6 +104,7 @@ func update(delta: float) -> void:
machine.jump_cooldown_timer = params.jump_cooldown
machine.current_jump_count += 1
machine.register_chain_mechanic("double_jump")
machine.movement_event.emit("double_jump", {})
if player.double_jump_player:
player.double_jump_player.play()
return