I am making a platformer. it has double jumping and gliding in the air.
I noticed that when the player holds “w”, which makes the player glide, the player gets a significant jump boost.
I cant upload a video
I am making a platformer. it has double jumping and gliding in the air.
I noticed that when the player holds “w”, which makes the player glide, the player gets a significant jump boost.
I cant upload a video
I am not 100% sure about your issue
BUT gdevelop does read stuff from top to bottom
So maybe putting glide event above W pressed event would fix it
Cause i assume your player try to air jump when you press up
But i can be wrong on that
no the player jumps when space is clicked, so that doesn’t fix anything. thanks anyway
i figured it out, just needed to put abort jump before changing maximum falling speed