Commit a912174e authored by limingzhe's avatar limingzhe

fix: debug

parent 437e67e8
......@@ -5,8 +5,8 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import Game, { GAME_STATE, Option } from "../tool/Game_firepower_fort";
import pg from "../tool/pg_firepower_fort";
import Game, { GAME_STATE, Option } from "../tool/Game_temp_mz_cocos";
import pg from "../tool/pg_temp_mz_cocos";
pg.event.clear();
const { ccclass, property } = cc._decorator;
......
......@@ -5,8 +5,8 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import Game, { GAME_STATE } from "../tool/Game_firepower_fort";
import pg from "../tool/pg_firepower_fort";
import Game, { GAME_STATE } from "../tool/Game_temp_mz_cocos";
import pg from "../tool/pg_temp_mz_cocos";
pg.event.clear();
const { ccclass, property } = cc._decorator;
......
import { asyncDelay, onHomeworkFinish } from "../script/util_temp_mz_cocos";
import { MyCocosSceneComponent } from "../script/MyCocosSceneComponent_temp_mz_cocos";
import Game, { FISH_OUT, GAME_STATE, Option } from "./tool/Game_firepower_fort";
import pg from "./tool/pg_firepower_fort";
import Game, { FISH_OUT, GAME_STATE, Option } from "./tool/Game_temp_mz_cocos";
import pg from "./tool/pg_temp_mz_cocos";
const { ccclass, property } = cc._decorator;
......
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