You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/backend/Achievements.hx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,9 @@ class Achievements {
91
91
createAchievement('hype', {name: "Hyperactive", description: "Finish a Song without going back to Idle."});
92
92
createAchievement('two_keys', {name: "Just the Two of Us", description: "Finish a Song pressing only two keys."});
93
93
createAchievement('toastie', {name: "Toaster Gamer", description: "Have you tried to run the game on a toaster?"});
94
+
createAchievement('potato', {name: "The Ultimate Potato", description: "The minimum requirement to run the game on a potato."});
94
95
createAchievement('debugger', {name: "Debugger", description: "Beat the \"Test\" Stage from the Chart Editor.", hidden: true});
96
+
createAchievement('search_songs', {name: "The Music Lost to Time", description: "Find all 3 secret freeplay songs\n(And no, playing them in archipelago mode doesn't count)", maxScore: 3, maxDecimals: 0});
95
97
96
98
// Secret achievements
97
99
createAchievement('pessy_easter_egg', {name: "Engine Gal Pal", description: "Teehee, you found me~!", hidden: true});
0 commit comments