sound effect on hit

This commit is contained in:
David Volovskiy
2025-12-21 13:22:43 -05:00
parent 4ef85c6f2c
commit 2c3259b2e3

View File

@ -461,6 +461,7 @@ static void update_game(ping_state_t *state) {
display_lose_screen(state);
} else if (game_result == RESULT_HIT) {
add_to_score(state);
watch_buzzer_play_note(BUZZER_NOTE_C5, 60);
}
}