Drawing Color

The Drawing Color is the color of text that appears when you use the draw_text() function. It can be changed by the draw_set_color() function.

Example:

//Lime is light green!
draw_set_color(c_lime)
draw_text(1,1,"Everything is green!")
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.