Skip to content

Commit

Permalink
deadly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMario committed Dec 22, 2023
1 parent 37ff5d8 commit 9d7ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/Achievements.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Achievements {
createAchievement('oversinging', {name: "Oversinging Much...?", description: "Hold down a note for 10 seconds."});
createAchievement('hype', {name: "Hyperactive", description: "Finish a Song without going Idle."});
createAchievement('two_keys', {name: "Just the Two of Us", description: "Finish a Song pressing only two keys."});
createAchievement('toastier', {name: "Toaster Gamer", description: "Have you tried to run the game on a toaster?"});
createAchievement('toastie', {name: "Toaster Gamer", description: "Have you tried to run the game on a toaster?"});
createAchievement('debugger', {name: "Debugger", description: "Beat the \"Test\" Stage from the Chart Editor.", hidden: true});

//dont delete this thing below
Expand Down

0 comments on commit 9d7ca18

Please sign in to comment.