Fields
ClimbMountSettings.facing_direction: ("down"|"left"|"right"|"up")?
The climb direction the player will face after mounting.
ClimbMountSettings.post_jump: fun()nil?
A function that will be called after the player finishes the jump, before they enter the CLIMB state.
ClimbMountSettings.target_x: number?
The x position that the player will jump to.
ClimbMountSettings.target_y: number?
The y position that the player will jump to.