Skip to content

Commit

Permalink
add missing css modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 4, 2025
1 parent 8dc1ffb commit 965cf11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/funbox/src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
],
name: "choo_choo",
description: "All the letters are spinning!",
cssModification: ["words"],
},
arrows: {
description: "Play it on a pad!",
Expand Down Expand Up @@ -402,6 +403,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
canGetPb: true,
frontendFunctions: ["alterText"],
difficultyLevel: 3,
cssModification: ["words"],
},
ddoouubblleedd: {
description: "TTyyppee eevveerryytthhiinngg ttwwiiccee..",
Expand Down

0 comments on commit 965cf11

Please sign in to comment.