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