-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
✨ enhancement👌good first issueGood issue if you want to start contributing to GDevelopGood issue if you want to start contributing to GDevelop😇A workaround existsThere is a way to bypass this bug or missing featureThere is a way to bypass this bug or missing feature
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✨ enhancement👌good first issueGood issue if you want to start contributing to GDevelopGood issue if you want to start contributing to GDevelop😇A workaround existsThere is a way to bypass this bug or missing featureThere is a way to bypass this bug or missing feature