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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oOptionsFG_Draw_...

9 lines
338 B

draw_set_alpha(1)
draw_set_color(c_black)
draw_rectangle((view_xview[0] + 0), (view_yview[0] + 230), (view_xview[0] + 322), (view_yview[0] + 245), false)
draw_set_color(c_white)
draw_set_font(global.fontMenuSmall)
draw_set_halign(fa_center)
draw_text((view_xview[0] + 160), (view_yview[0] + 228), global.tiptext)
draw_set_halign(fa_left)