feat(settings): intro and outro animation

This commit is contained in:
2026-02-05 20:44:19 +01:00
parent 098285ee82
commit 1236e86981
10 changed files with 306 additions and 52 deletions

View File

@@ -1,11 +1,13 @@
<script setup lang="ts">
import Background from "./Background.vue";
import Menus from "./Menus/Menus.vue";
const store = useSettingsStore();
</script>
<template>
<Background />
<CommonBars />
<CommonBars :y-offset="store.barOffsetY" />
<Menus />
<CommonConfirmationModal />
<AchievementsFadeToBlack />