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.
|
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))
|
|
}
|