Skip to content

Platformer Behaviour: Drop/Let go of ladder #2300

@AtomicCrocStudios

Description

@AtomicCrocStudios

Description

Real simple request, a new platformer control/option that allows the player to 'Drop or Let Go' of a ladder.
This would allow us to de-attach the player whilst on the ladder for various reasons, in my case when they're at the bottom and on solid ground.

Solution suggested

Describe the solution
When activated, the player would let go of the ladder and set isOnLadder() to false. If the player is in the air when activated, they would fall to the ground (much like when you jump excluding the going up part).

I tried doing this is JS, but it looks like nothing is exposed to let me do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions