feat: require click on the loading screen, and make intro animation faster

This commit is contained in:
2026-02-24 12:07:14 +01:00
parent 5485e66b20
commit 7ac60d186f
7 changed files with 36 additions and 14 deletions

View File

@@ -2,7 +2,6 @@
const { onRender } = useScreen();
const { assets } = useAssets();
const store = useIntroStore();
const frames = Object.keys(assets.images.intro.logoAnimated).sort();
onMounted(() => {