Commit 64776f2c authored by Friends233's avatar Friends233

fix这为什么能运行

parent 9bb07dfe
......@@ -74,7 +74,7 @@ export const Config = {
],
/** 进度默认颜色 */
defaultColor: "#FF6C00"
defaultColor: "#FF6C00",
/** 道具分布图 4*3 */
propsMap: [
......
......@@ -368,7 +368,6 @@ export default class GameScene extends cc.Component {
// 达到目标
if (this.starNum >= this.levelObjectives) {
this.unschedule(this.startCd)
console.log('pass')
exportEvent.fire(CUSTOM_EVENT.PASS_LEVEL, {
...this.gameConfig.LevelInfo[this.actLevel],
score: this.starNum,
......
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