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

thick

  1. O

    Is there a faster way to draw a thick line, when using draw_path();?

    Hi! I want to draw a thick line as a path. Right now I'm using the following code. Is there any way to optimize this? I think it's making my game lag to draw this many paths, and it also looks bad. // Draw line draw_set_color(c_red); draw_path(ip, ix, iy, false); draw_path(ip, ix+.25, iy...
Top