big
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user