Game Maker Games, Articles, Tutorials & More

Game Maker Network


Howdy, Guest! Please sign in or register an account.

Scripts >> 2D graphics

Script Author
draw_circle_ext
A highly generalized function for drawing circular shapes
By Daniel
December 24, 2008
draw_piechart
Draws a pie chart illustrating the given list of data. The list does not need to be normalized; this is done automatically. Note that this function only draws the shape of the chart, not the labels....
By Daniel
December 27, 2008
draw_text_outlined
A very customizable function for drawing text with an outline
By Daniel
December 24, 2008
draw_text_progressive
Draws some text progressively, with a given delay between each character. The user can hold down a key (shift by default) to speed up the progression, or another key (space by...
By Daniel
December 30, 2008
draw_text_shadowed
Draw text with a shadow underneath
By Daniel
December 24, 2008
draw_text_wave
Draws some text in the pattern of a wave with the given magnitude
By Daniel
January 3, 2009
draw_text_wordwrapped
An efficient method for drawing multiple lines of text with word wrapping. The arguments are identical to those used in draw_text_ext.
By Daniel
December 25, 2008
tile_background_outside_room
GM contains something of an inconsistency, arguably a bug. In general, it does not limit you to the dimensions you choose to give to your room - it will handle instances that go...
By Daniel
December 24, 2008