Commit b3132f19 authored by 李维's avatar 李维

修改文件名

parent bf59992f
import { onHomeworkFinish } from "../script/util";
import { defaultData } from "../script/defaultData";
import { itemData } from "./data";
import { hyLoader } from "./hyLoader";
import GameManager from "./gameManager";
import pg from "./pg";
import ani from "./ani";
import { asyncDelay, RandomInt, showFireworks } from "../script/utils";
import { onHomeworkFinish } from "../script/util_OP51";
import { defaultData } from "../script/defaultData_OP51";
import { itemData } from "./data_OP51";
import { hyLoader } from "./hyLoader_OP51";
import GameManager from "./gameManager_OP51";
import pg from "./pg_OP51";
import ani from "./ani_OP51";
import { asyncDelay, RandomInt, showFireworks } from "../script/utils_OP51";
cc.Class({
......
......@@ -5,7 +5,7 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import pg from "./pg";
import pg from "./pg_OP51";
cc.Class({
extends: cc.Component,
......
import pg from "./pg";
import pg from "./pg_OP51";
cc.Class({
extends: cc.Component,
......
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