|
@@ -3653,6 +3653,11 @@ var __extends = this.__extends || function(c, d) {
|
|
|
null != this.ingame && (this.removeChild(this.ingame), this.ingame = null);
|
|
|
null == this.info && (this.info = new Info, this.addChild(this.info))
|
|
|
};
|
|
|
+ d.prototype.leftOrRightDown = function (code) {
|
|
|
+ console.log("leftOrRightDown");
|
|
|
+ this.ingame.clickBtnNum = code;
|
|
|
+ this.ingame.checkValue();
|
|
|
+ };
|
|
|
|
|
|
return d
|
|
|
}(egret.DisplayObjectContainer);
|