|
@@ -5,7 +5,7 @@ import { NetLobbyServer, gameNet, lobbyNet } from "./NetGameServer";
|
|
|
import { ModuleDef } from "../../scripts/ModuleDef";
|
|
|
import { SceneDef } from "../../scripts/SceneDef";
|
|
|
import { SceneUtil } from "../../core_tgx/base/SceneUtils";
|
|
|
-import { UIGameResult } from "../../module_ball/ui_game/UIGameResult";
|
|
|
+import { UIGameResult } from "../../module_ball/ui_lobby/UIGameResult";
|
|
|
|
|
|
export class GameSceneUtil {
|
|
|
private static _inst: GameSceneUtil;
|
|
@@ -55,6 +55,6 @@ export class GameSceneUtil {
|
|
|
GameMgr.inst.reset();
|
|
|
tgx.SceneUtil.unloadBundle(ModuleDef.GAME);
|
|
|
|
|
|
- UIGameResult.show();
|
|
|
+
|
|
|
}
|
|
|
}
|