Commit 7167d100 authored by 杨一航's avatar 杨一航

fix

parent 56d1898b
......@@ -532,6 +532,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.btn_record.active = true;
}
this._clockTime.string = "0";
let cards = this.cardRoot.children;
for (let i = 0; i < this.cardList.length; ++i) {
let finger = cards[i].getChildByName("finger");
......
......@@ -38,11 +38,7 @@ export class AI {
} else if (this._gameData.Round == 2) {
this._countDelay--;
if (this._countDelay <= 0) {
this._sendMsg({ type: MsgType.USER_REQ_WOED, data: { index: this._stepIndex, uuid: this.playerData.uuid } })
this._countDelay = 10000
}
}
}
else if (type == MsgType.ROUND_START_EV) {
......
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