feat(nds): add help button with hints for all physical buttons

This commit is contained in:
2026-02-22 21:16:13 +01:00
parent cdd6be0719
commit 48688544f1
6 changed files with 377 additions and 161 deletions

View File

@@ -47,7 +47,11 @@ export const useIntroStore = defineStore("intro", {
ease: "steps(" + (totalFrames - 1) + ")",
},
4.1,
);
)
.call(() => {
const app = useAppStore();
app.allowHints();
});
},
animateOutro() {