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

10 lines
547 B

if global.ophudshowlogmsg
{
draw_background_ext(bgNotification, (((view_xview[0] + xoffset) - 40) - (53 * oControl.widescreen)), ((view_yview[0] + yoffset) - 4), 1, 1, 0, -1, 0.7)
draw_sprite_ext(sprite_index, -1, ((view_xview[0] + xoffset) - (53 * oControl.widescreen)), (view_yview[0] + yoffset), 1, 1, 0, -1, image_alpha)
draw_set_font(global.fontGUI2)
draw_set_color(c_white)
draw_set_alpha(image_alpha)
draw_text((((view_xview[0] + xoffset) + 8) - (53 * oControl.widescreen)), ((view_yview[0] + yoffset) - 5), text)
}