ソースを参照

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

yunhaipiaodi 6 年 前
コミット
0498d754ed
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  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";