|
@@ -4093,6 +4093,8 @@
|
|
|
this.talkNode = (this.getChild("talkNode"));
|
|
|
this.n83 = (this.getChild("n83"));
|
|
|
this.n84 = (this.getChild("n84"));
|
|
|
+ this.ganFaMoShiBtn = (this.getChild("ganFaMoShiBtn"));
|
|
|
+ this.n87 = (this.getChild("n87"));
|
|
|
}
|
|
|
}
|
|
|
ui_UIMain.URL = "ui://isxx5ak7kt443qc";
|
|
@@ -6116,6 +6118,7 @@
|
|
|
addEvent() {
|
|
|
this.addUIClick(this.ui.classicBtn, this.startGame, [GameMode.classic]);
|
|
|
this.addUIClick(this.ui.bigMoveBtn, this.startGame, [GameMode.bigMove]);
|
|
|
+ this.addUIClick(this.ui.ganFaMoShiBtn, this.startGame, [GameMode.bigMove]);
|
|
|
this.addUIClick(this.ui.globalBtn, this.startGlobal);
|
|
|
this.addUIClick(this.ui.weeklyBtn, this.startWeekly);
|
|
|
this.addUIClick(this.ui.placeBallBtn, this.startPlaceBall);
|
|
@@ -13676,6 +13679,17 @@
|
|
|
}
|
|
|
ui_Component28.URL = "ui://isxx5ak7qlo041t";
|
|
|
|
|
|
+ class ui_Component1302 extends fgui.GComponent {
|
|
|
+ static createInstance() {
|
|
|
+ return (fgui.UIPackage.createObject("game", "Component1302"));
|
|
|
+ }
|
|
|
+ onConstruct() {
|
|
|
+ this.n2 = (this.getChild("n2"));
|
|
|
+ this.n3 = (this.getChild("n3"));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ui_Component1302.URL = "ui://isxx5ak7r4l5v577";
|
|
|
+
|
|
|
class ui_Component113 extends fgui.GComponent {
|
|
|
static createInstance() {
|
|
|
return (fgui.UIPackage.createObject("game", "Component113"));
|
|
@@ -14825,6 +14839,7 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_skillItem.URL, ui_skillItem);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component26.URL, ui_Component26);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component28.URL, ui_Component28);
|
|
|
+ fgui.UIObjectFactory.setExtension(ui_Component1302.URL, ui_Component1302);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component113.URL, ui_Component113);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component114.URL, ui_Component114);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component115.URL, ui_Component115);
|
|
@@ -20499,6 +20514,7 @@
|
|
|
addEvent() {
|
|
|
this.addUIClick(this.ui.classicBtn, this.startGame, [GameMode.classic]);
|
|
|
this.addUIClick(this.ui.bigMoveBtn, this.startGame, [GameMode.bigMove]);
|
|
|
+ this.addUIClick(this.ui.ganFaMoShiBtn, this.startGame, [GameMode.bigMove]);
|
|
|
this.addUIClick(this.ui.globalBtn, this.startGlobal);
|
|
|
this.addUIClick(this.ui.weeklyBtn, this.startWeekly);
|
|
|
this.addUIClick(this.ui.placeBallBtn, this.startPlaceBall);
|