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-TimeTrials/scripts/goal_trial.gml

10 lines
326 B

// goal_trial()
remove_persistent_objects();
global.ingame = 0;
if (oControl.widescreen){
global.frame = sprite_create_from_surface(oControl.widescreen_surface,0,0,426,240,false,false,0,0);
}else{
global.frame = sprite_create_from_surface(application_surface,0,0,372,240,false,false,0,0);
}
room_goto(trialclearroom);