Skip to content

Commit

Permalink
Add star bit coin (#51)
Browse files Browse the repository at this point in the history
Source:
https://play.nintendo.com/documents/Super_Mario_3D_All-Stars_bingo.pdf

I think this is all that's necessary to add a new coin type? Let me know
if I missed anything
  • Loading branch information
wiidotmom authored Sep 29, 2023
1 parent 4729d34 commit aa9ae98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added public/img/coin/mariogalaxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/lib/constants/forms/coins.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const COINS = Object.freeze([
value: 'rhythmheaven',
label: 'Rhythm Heaven (DS) Tutorial Coin',
},
{
value: 'mariogalaxy',
label: 'Mario Galaxy Star Bit'
}
]);

export const isValidCoin = (value) =>
Expand Down

0 comments on commit aa9ae98

Please sign in to comment.