thsj2022/objects/obj_UI/Step_0.gml

10 lines
88 B
Plaintext

tutorial_fadeout--;
if ( scr_input_get( INPUT_PAUSE ) ) {
game_end();
}
counter++