Skip to content

Commit

Permalink
Add minigame to minigames.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcreyes committed Apr 1, 2020
1 parent abfb7b7 commit 36079f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/minigames.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"winStatChanges": [10, 0.5, 0],
"loseStatChanges": [-20, -0.5, 0],
"prompt": "Jump over all the squirrels!"
},
"ToiletPaperCatch":
{
"build": "toilet_paper_catch",
"winStatChanges": [10, 0, 10],
"loseStatChanges": [-10, -0, -10],
"prompt": "Use the arrow keys to catch toilet paper!"
}
}

0 comments on commit 36079f0

Please sign in to comment.