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

6 lines
227 B

if (global.transitiontype == 0 || global.transitiontype == 1)
{
if surface_exists(oControl.screen_surface)
draw_surface_ext(oControl.screen_surface, ((-oControl.widescreen_space) / 2), 0, 1, 1, 0, -1, (1 - fade))
}