|
@@ -3674,6 +3674,12 @@ var __extends = this.__extends || function(c, d) {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ //进入道具页面
|
|
|
|
+ d.prototype.enterInfoPage = function(){
|
|
|
|
+ b = new egret.Event("click_info_btn", !0);
|
|
|
|
+ this.dispatchEvent(b);
|
|
|
|
+ }
|
|
|
|
+
|
|
//开始游戏
|
|
//开始游戏
|
|
d.prototype.startToGame = function(){
|
|
d.prototype.startToGame = function(){
|
|
b = new egret.Event("click_start_btn", !0);
|
|
b = new egret.Event("click_start_btn", !0);
|