瀏覽代碼

更新 'games/yqrxd/launcher/game-min.js'

yunhaipiaodi 6 年之前
父節點
當前提交
905d8347a8
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      games/yqrxd/launcher/game-min.js

+ 5 - 0
games/yqrxd/launcher/game-min.js

@@ -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);