feat: implement some TODOs

This commit is contained in:
2026-01-30 23:22:21 +01:00
parent db4b5cc9f9
commit 151c2ac2f4
6 changed files with 7 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ onRender((ctx) => {
);
// progress text
const unlockedCount = achievementsStore.achievements.length;
const unlockedCount = achievementsStore.unlocked.length;
const totalCount = ACHIEVEMENTS.length;
ctx.font = "7px NDS7";