Skip to content

Commit

Permalink
Update ui.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan3adi committed Dec 15, 2024
1 parent b6e7c6b commit d49ba69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ void show_game_level_menu(GameData *game_data)
case '5':
update_settings(&game_data->settings, 5, SPEED_5); // Level 5
return;
case ' ':
case '\n':
case '\r':
case 27:
case '6': // kembali
return;
}
Expand Down

0 comments on commit d49ba69

Please sign in to comment.