feat(achievements): remove secret achievements and add new ones. also play sound only when notification comes up instead of instantly

This commit is contained in:
2026-03-16 12:37:24 +01:00
parent 0d580e7edf
commit 085e5f20a9
8 changed files with 46 additions and 51 deletions

View File

@@ -146,7 +146,7 @@ onMounted(async () => {
}
});
useKeyDown(async ({ key, ndsButton, repeated }) => {
useKeyDown(async ({ key, repeated }) => {
if (!repeated && key.toLocaleLowerCase() === "h") {
if (app.hintsVisible) {
hideHelpLabels();