//==================================================================== // STAMINA GAME PROGRAM PAGE //==================================================================== // GAME STAMINA - MENU //-------------------------------------------------------------------- void game_stamina_menu() { menu_display("STAMINA"); } //-------------------------------------------------------------------- // GAME STAMINA - SETTINGS DISPLAY //-------------------------------------------------------------------- void game_stamina_settings() { } //-------------------------------------------------------------------- // GAME STAMINA - GAME PLAY //-------------------------------------------------------------------- void game_stamina_play() { oled_clear(); drawTextCenter(128/2, 0, 2, "KICKS"); //drawTextCenter(128/2, 20, 3, String(count)); drawTextCenter(128/2, 50, 1, "<< EXIT >>"); oled_show(); } //-------------------------------------------------------------------- // GAME STAMINA - GAME FINAL RESULT //-------------------------------------------------------------------- void game_stamina_results() { }