From ef4428a8092292ca37e58d075c6f9d6fcdb33f9e Mon Sep 17 00:00:00 2001 From: ad044 Date: Mon, 25 Jul 2022 19:16:11 +0400 Subject: [PATCH] set initial scene to boot --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index 5a4fbb5..010235d 100644 --- a/src/store.ts +++ b/src/store.ts @@ -23,7 +23,7 @@ import { getLayout } from "@/utils/site"; const initialState = { // scene data - scene: GameScene.Main, + scene: GameScene.Boot, // game progress gameProgress: gameProgressJson,