feat(achievements): easier snake achievement

This commit is contained in:
2026-02-23 15:29:38 +01:00
parent adfe1ffab9
commit 05de52aa0a
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ const eat = () => {
score += 1;
if (score === 40) {
achievements.unlock("snake_score_40");
achievements.unlock("snake_score_25");
}
};