Remove the Quallenalarm (jellyfish) typing minigame
Letters-round lessons only had bubbles and jellyfish as eligible arcade modes; with jellyfish gone, bubbles is now always used instead of the two alternating - no lessons need to be dropped. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -158,7 +158,7 @@ export interface LircConfig {
|
||||
// Mirrors the `Tippen*` schemas in `musicmouse/services/web/schemas.py`.
|
||||
|
||||
export type TippenLessonKind = "letters" | "fragments" | "words" | "sentences";
|
||||
export type TippenModeId = "dive" | "bubbles" | "jellyfish" | "feed" | "race";
|
||||
export type TippenModeId = "dive" | "bubbles" | "feed" | "race";
|
||||
|
||||
/** What a lesson's `unlocks:` resolves to right now. `resolved: false` means the
|
||||
* configured path matches nothing in the current library. */
|
||||
|
||||
Reference in New Issue
Block a user