You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oGameOverText_Dr...

8 lines
262 B

draw_set_color(c_black)
draw_set_alpha(0.4)
draw_rectangle(0, (y - 8), 350, (y + 22), false)
draw_set_font(global.fontGUI)
draw_set_halign(fa_center)
draw_cool_text(x, (y + oControl.GUIOffset), gameover_str, c_black, c_red, c_maroon, 1)
draw_set_halign(fa_left)