• 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!

quirky

  1. S

    Legacy GM A Quirk in Precise Sprite / Object Collision with Filled Squares

    I have discovered a quirk in how precise collision is determined with the collision_line() function. Using a small sprite (8x8) with one color and several frames as a map* for collision, most of which are angled slopes and one frame as a solid block, I learned that this solid block does not...
  2. Dr_Nomz

    GML Rectangles, drawing quirk (wtf)

    if (abs(mouse_x - x) < 48) && (abs(mouse_y - y) < 48){ draw_set_color(c_ltgray); draw_rectangle(x-48,y-48,x+47,y+47,0) So what this does is it creates a rectangle (duh), but the way it works is it creates a little square box on every CORNER from the center origin, meaning that instead of...
  3. DisOmikron

    Portfolio - Audio [LFW] Christoph Jakob | VGM Composer & Sound Designer ~ Quirky, Retro, Melodic

    Hey everyone! I am Christoph Jakob, a German composer most known for my work on the award-winning twin-stick roguelite Revita. I have also released several personal projects, ranging from 16-bit chiptune to all sorts of experimental music. I do not limit myself to one genre only. 2022 Showreel...
Top