Jump Buffers
You can change the step event of the player to has a jump buffer with a small delay allowed when jumping. This code gives a 10 frame allowance to jumping
can_jump--;
if place_meeting(x, y+1, tile_id){
can_jump = 10;
_ver = 0
}
if ( keyboard_c...
shiman.hashnode.dev1 min read