Sfoglia il codice sorgente

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

yunhaipiaodi 6 anni fa
parent
commit
905d8347a8
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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);