feat: implement some TODOs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user