fix(nds): use deltaTime in frame based-motion

This commit is contained in:
2026-02-13 17:10:32 +01:00
parent e454a48532
commit d7bca21bd7
4 changed files with 59 additions and 48 deletions

View File

@@ -66,7 +66,7 @@ export const useAchievementsStore = defineStore("achievements", () => {
if (storage.value.unlocked.length === ACHIEVEMENTS.length) {
confetti.spawn();
} else {
confetti.spawn(50, 350);
confetti.spawn(50, 175);
}
return true;