Procházet zdrojové kódy

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

yunhaipiaodi před 6 roky
rodič
revize
905d8347a8
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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);