feat(2d-nds): intro animation
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m47s

This commit is contained in:
2026-02-27 12:17:53 +01:00
parent 28df5ac25a
commit cd64082e84
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();
});