feat(2d-nds): intro animation

This commit is contained in:
2026-02-27 12:17:53 +01:00
parent 7dec37b758
commit 74a58b3453
3 changed files with 58 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ const store = useIntroStore();
const frames = Object.keys(assets.images.intro.logoAnimated).sort();
onMounted(() => {
store.$reset();
store.animateIntro();
});