@@ -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";