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

draw_line_color

  1. ouzzgame

    Do things with draw_line function: conected lines

    GM Version: 2 Target Platform: all Download: N/A Links: N/A Hi all! "This tutorial is for beginners to learn how to use draw_line and draw_point functions and 1D arrays. If you like math, add cosines and sines to do nice things just for fun!" We will create a broken line with the...
  2. FacesOfMu

    Onscreen gridlines are sporadic

    I've got some custom debug code that draws a white grid to the screen to help me test and design the game. Here's the code: var cs = global.cell_size; draw_set_alpha(0.5); var camx = camera_get_view_x(view_camera[0]); var camy = camera_get_view_y(view_camera[0]); var camw...
Top