Przeglądaj źródła

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

yunhaipiaodi 6 lat temu
rodzic
commit
0498d754ed
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      games/yqrxd/launcher/game-min.js

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

@@ -3655,6 +3655,13 @@ var __extends = this.__extends || function(c, d) {
                 return false;
             }
         };
+      
+      	//开始游戏
+        d.prototype.startToGame = function(){
+            b = new egret.Event("click_start_btn", !0);
+            this.dispatchEvent(b);
+        };
+      	
         return d
     }(egret.DisplayObjectContainer);
 MainGame.prototype.__class__ = "MainGame";