feat(achievements): easier snake achievement
This commit is contained in:
@@ -208,7 +208,7 @@ const eat = () => {
|
||||
score += 1;
|
||||
|
||||
if (score === 40) {
|
||||
achievements.unlock("snake_score_40");
|
||||
achievements.unlock("snake_score_25");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user