Action to release the ladder in platformer object extension #2339
Replies: 3 comments
-
Isn't that just simulate jump? I don't think there is an actual "release ladder" action in the game to simulate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added on the roadmap. See other improvements to the platformer engine that can be done on the roadmap: https://trello.com/b/qf0lM7k8/gdevelop-roadmap?menu=filter&filter=label:Feat%3A%20platformer%20engine |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done in a1b840a by @ClementPasteau |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions