thsj2022/objects/obj_UI/Step_0.gml

10 lines
88 B
Plaintext
Raw Normal View History

2022-08-22 23:53:47 -07:00
tutorial_fadeout--;
if ( scr_input_get( INPUT_PAUSE ) ) {
game_end();
}
counter++