feat(nds): add help button with hints for all physical buttons
This commit is contained in:
@@ -47,7 +47,11 @@ export const useIntroStore = defineStore("intro", {
|
||||
ease: "steps(" + (totalFrames - 1) + ")",
|
||||
},
|
||||
4.1,
|
||||
);
|
||||
)
|
||||
.call(() => {
|
||||
const app = useAppStore();
|
||||
app.allowHints();
|
||||
});
|
||||
},
|
||||
|
||||
animateOutro() {
|
||||
|
||||
Reference in New Issue
Block a user