thpj5/objects/obj_pauser/Create_0.gml

7 lines
129 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];