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:
@@ -146,7 +146,7 @@ onMounted(async () => {
|
||||
}
|
||||
});
|
||||
|
||||
useKeyDown(async ({ key, ndsButton, repeated }) => {
|
||||
useKeyDown(async ({ key, repeated }) => {
|
||||
if (!repeated && key.toLocaleLowerCase() === "h") {
|
||||
if (app.hintsVisible) {
|
||||
hideHelpLabels();
|
||||
|
||||
Reference in New Issue
Block a user