thpj5/objects/obj_pauser/Create_0.gml

12 lines
238 B
Plaintext
Raw Normal View History

pause = false;
paused_surface = -1;
menu_wait = MENU_DELAY;
dx = 0;
dy = 0;
surface_mult = global.options[? OPTIONS_WINDOWMULT];
save_check = false;
save_allowed = false;
unpause_allowed = false;
save_display = 0;
escape_allowed = false;