• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

not pixel perfect

  1. N

    Legacy GM One Way Platforms --> collision checking

    Hi, I experienced problems with collison checking with one way platforms: GIF: https://i.imgur.com/wYEeo0i.gif This is my code: // Jump code: if (keyJump and (place_meeting(x,y+1,par_ground)or (place_meeting(x,y+1,obj_oneway) and vsp >=0))) { vsp = -jSpeed } //...
Top