Commit a562ad8b authored by lwd555's avatar lwd555

commit

parent 71e26912
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* 游戏主逻辑 * 游戏主逻辑
*/ */
import { onHomeworkFinish } from "../script/common/utils"; import { onHomeworkFinish } from "../script/common/LWD_3_utils";
var game = cc.Class({ var game = cc.Class({
extends: cc.Component, extends: cc.Component,
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Learn life-cycle callbacks: // Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html // - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import { asyncDelay, RandomInt, showFireworks } from "../common/utils"; import { asyncDelay, RandomInt, showFireworks } from "../common/LWD_3_utils";
var effect = cc.Class({ var effect = cc.Class({
extends: cc.Component, 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