feat(nds): add audio in all menus
This commit is contained in:
@@ -102,6 +102,9 @@ export const useHomeStore = defineStore("home", {
|
||||
},
|
||||
|
||||
animateOutro(to: AppScreen) {
|
||||
const { assets } = useAssets();
|
||||
assets.audio.menuOpen.play();
|
||||
|
||||
if (to === "achievements") {
|
||||
const achievementsScreen = useAchievementsScreen();
|
||||
achievementsScreen.animateFadeToBlackIntro();
|
||||
|
||||
Reference in New Issue
Block a user