Commit 4b8c1550 authored by 李维's avatar 李维

修复数据

parent 9f04ce0b
......@@ -21,7 +21,8 @@ cc.Class({
type: cc.Prefab,
default: null,
},
createRate: 0.5
createRate: 0.5,
timeoutsIds: [],
},
// LIFE-CYCLE CALLBACKS:
......@@ -29,6 +30,7 @@ cc.Class({
ctor() {
this._imageResList = [];
this._audioResList = [];
this.timeoutsIds = [];
this._status = {
currentRoundIdx: 0,
currentQuestionIdx: 0
......@@ -411,7 +413,6 @@ cc.Class({
imgCharactor.scale = 1;
},
timeoutsIds: [],
showOptions() {
const nodeOptions = cc.find('Canvas/NodeOptions');
nodeOptions.zIndex = 10;
......
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