Skip to content

Commit

Permalink
Add baby_fto.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 2, 2025
1 parent 95f72f1 commit 0518013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/timer.cubing.net/app/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ export const eventOrder: EventID[] = [
"master_tetraminx",
"kilominx",
"redi_cube",
"baby_fto",
];

export function modifiedEventName(eventID: EventID): string {
switch (eventID) {
case "fto":
return "Face-Turning Octa";
case "baby_fto":
return "Baby FTO";
case "master_tetraminx":
return "Master Tetra";
}
Expand Down

0 comments on commit 0518013

Please sign in to comment.