]> git.earman.xyz Git - sensor-watch.git/commitdiff
Changed U LOSE to LOSE
authorDavid Volovskiy <devolov@gmail.com>
Tue, 27 Aug 2024 17:09:44 +0000 (13:09 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Tue, 3 Sep 2024 20:20:11 +0000 (16:20 -0400)
movement/watch_faces/complication/endless_runner_face.c

index f24003fa60b11da3ceb4c28a3128baed8acbf870..54cf31ee4aa6ea53a3feccc7e109e1e386252570 100644 (file)
@@ -381,7 +381,7 @@ static void begin_playing(endless_runner_state_t *state) {
 static void display_lose_screen(endless_runner_state_t *state) {
     game_state.curr_screen = SCREEN_LOSE;
     game_state.curr_score = 0;
-    watch_display_string(" U   LOSE ", 0);
+    watch_display_string("     LOSE ", 0);
     if (state -> soundOn)
         watch_buzzer_play_note(BUZZER_NOTE_A1, 600);
     else