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_oIGT_Draw_64.gml

5 lines
304 B

var d;
d = application_get_position()
if (room != rm_transition && instance_exists(oCharacter) && global.ingame && oControl.displaygui && global.opshowhud)
draw_surface_ext(igt_surface, (oControl.displayx - d[0]), (oControl.displayy - d[1]), oControl.display_scale, oControl.display_scale, 0, -1, 1)