feat(settings): intro and outro animation
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user