hi score resets weekly

This commit is contained in:
David Volovskiy
2024-07-20 06:46:08 -04:00
parent 6f3f09c5ba
commit 2d7aaceff7
2 changed files with 15 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ typedef struct {
uint16_t difficulty : 2;
bool soundOn;
bool unused;
uint8_t weeknumber_prev_hi_score;
uint8_t year_prev_hi_score;
} endless_runner_state_t;
void endless_runner_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);