Able to start runner with a tap

This commit is contained in:
David Volovskiy 2025-08-19 20:18:20 -04:00
parent 95df9a6683
commit 7b4f491db6

View File

@ -547,6 +547,10 @@ bool endless_runner_face_loop(movement_event_t event, void *context) {
break;
}
break;
case EVENT_SINGLE_TAP:
case EVENT_DOUBLE_TAP:
if (state->difficulty > DIFF_HARD) break; // Don't do this on fuel modes
//fall through
case EVENT_LIGHT_BUTTON_UP:
case EVENT_ALARM_BUTTON_UP:
if (game_state.curr_screen == SCREEN_TITLE)