|
@@ -4250,7 +4250,6 @@
|
|
|
this.bigMoveBtn = (this.getChild("bigMoveBtn"));
|
|
|
this.placeBallBtn = (this.getChild("placeBallBtn"));
|
|
|
this.classicBtn = (this.getChild("classicBtn"));
|
|
|
- this.weeklyBtn = (this.getChild("weeklyBtn"));
|
|
|
this.globalBtn = (this.getChild("globalBtn"));
|
|
|
this.n44 = (this.getChild("n44"));
|
|
|
this.signBtn = (this.getChild("signBtn"));
|
|
@@ -6596,7 +6595,6 @@
|
|
|
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);
|
|
|
this.addUIClick(this.ui.headNode, this.onGetUserInfo, [true]);
|
|
|
this.addUIClick(this.ui, this.interuptSecretary);
|
|
@@ -12786,16 +12784,6 @@
|
|
|
}
|
|
|
ui_Component8.URL = "ui://isxx5ak7ixm43xr";
|
|
|
|
|
|
- class ui_Component9 extends fgui.GButton {
|
|
|
- static createInstance() {
|
|
|
- return (fgui.UIPackage.createObject("game", "Component9"));
|
|
|
- }
|
|
|
- onConstruct() {
|
|
|
- this.n18 = (this.getChild("n18"));
|
|
|
- }
|
|
|
- }
|
|
|
- ui_Component9.URL = "ui://isxx5ak7ixm43xs";
|
|
|
-
|
|
|
class ui_Component10 extends fgui.GButton {
|
|
|
static createInstance() {
|
|
|
return (fgui.UIPackage.createObject("game", "Component10"));
|
|
@@ -15064,7 +15052,6 @@
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component4.URL, ui_Component4);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component7.URL, ui_Component7);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component8.URL, ui_Component8);
|
|
|
- fgui.UIObjectFactory.setExtension(ui_Component9.URL, ui_Component9);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component10.URL, ui_Component10);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component11.URL, ui_Component11);
|
|
|
fgui.UIObjectFactory.setExtension(ui_Component12.URL, ui_Component12);
|
|
@@ -21290,7 +21277,6 @@
|
|
|
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);
|
|
|
this.addUIClick(this.ui.headNode, this.onGetUserInfo, [true]);
|
|
|
this.addUIClick(this.ui, this.interuptSecretary);
|