sunflowers-in-the-rain/objects/obj_UI/Step_0.gml

5 lines
63 B
Plaintext

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