feat(intro): play home intro once in the intro screen instead of having weird boolean in app store
This commit is contained in:
@@ -28,8 +28,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user