Commit 053eed06 authored by haiyoucuv's avatar haiyoucuv

init

parent bbffc415
...@@ -19,6 +19,7 @@ import { MainGame } from "./MainGame/MainGame"; ...@@ -19,6 +19,7 @@ import { MainGame } from "./MainGame/MainGame";
import { sendWebNet, WebNetName } from "db://assets/Scripts/Utils/WebNet/WebNet"; import { sendWebNet, WebNetName } from "db://assets/Scripts/Utils/WebNet/WebNet";
import { BoxPanel } from "db://assets/Scripts/Panels/BoxPanel"; import { BoxPanel } from "db://assets/Scripts/Panels/BoxPanel";
import gameStore from "db://assets/Scripts/store/gameStore"; import gameStore from "db://assets/Scripts/store/gameStore";
import { GuideScene } from "db://assets/Scripts/Scenes/GuideScene";
const { ccclass, property } = _decorator; const { ccclass, property } = _decorator;
...@@ -110,7 +111,7 @@ export class HomeScene extends Scene { ...@@ -110,7 +111,7 @@ export class HomeScene extends Scene {
if (!suc) return if (!suc) return
if (gameStore.startInfo.guideFlag) { if (gameStore.startInfo.guideFlag) {
changeScene(MainGame); changeScene(GuideScene);
} else { } else {
changeScene(MainGame); changeScene(MainGame);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment