7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
countdown--;
|
||
|
if (countdown < 0 ) {
|
||
|
if (scr_input_get( INPUT_SHOT_RIGHT ) || scr_input_get( INPUT_SHOT_LEFT ) ) {
|
||
|
room_goto(rm_title);
|
||
|
}
|
||
|
}
|