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

21 lines
612 B

draw_set_blend_mode(bm_add)
if surface_exists(oSS_Control.s_map)
draw_surface_ext(oSS_Control.s_map, 24, 56, 1, 1, 0, -1, image_alpha)
i = 0
repeat (27 + (oControl.widescreen * 2))
{
draw_background_ext(bgMapScreenBG, (i * 24), 32, 1, 1, 0, -1, image_alpha)
draw_background_ext(bgMapScreenBG, 0, (56 + (i * 24)), 1, 1, 0, -1, image_alpha)
if oControl.widescreen
{
e = 1
repeat (3)
{
draw_background_ext(bgMapScreenBG, (0 - (24 * e)), (32 + (i * 24)), 1, 1, 0, -1, image_alpha)
e += 1
}
}
i += 1
}
draw_set_blend_mode(bm_normal)