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_oMenuLabelR_Draw...

11 lines
335 B

draw_set_font(global.fontGUI2)
w = string_width(text)
draw_rectangle_color((x + 2), (y - 1), ((x - w) - 3), (y + 8), c_green, c_black, c_black, c_green, 0)
draw_set_alpha(1)
draw_set_halign(fa_right)
draw_set_color(c_black)
draw_text((x + 1), (y - 3), text)
draw_set_color(c_white)
draw_text(x, (y - 4), text)
draw_set_halign(fa_left)