feat(home): play the white -> background fade only once

NOTE: it's not correctly done, i'm using app state for that, i might move to intro but it's fine for now
This commit is contained in:
2026-01-12 16:36:30 +01:00
parent 81b7873e6f
commit f75a1c38e8
4 changed files with 9 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ export const useAppStore = defineStore("app", {
return {
booted: false,
// shitty but who cares
homeIntroPlayed: false,
settings,
screen: "home" as AppScreen,
camera: null as THREE.Camera | null,