瀏覽代碼

更新 '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";