This commit is contained in:
2026-06-04 13:57:53 +08:00
parent 1e442c6bb3
commit 3fe5251b55
76 changed files with 612 additions and 824 deletions
@@ -22,6 +22,7 @@ namespace FGUI.JMain
public btn_petty btn_petty;
public GButton btn_play;
public GButton btn_wb;
public GButton btn_pal;
public const string URL = "ui://qw9x6rf3lbaa0";
public static com_main CreateInstance()
@@ -48,6 +49,7 @@ namespace FGUI.JMain
btn_petty = (btn_petty)GetChildAt(15);
btn_play = (GButton)GetChildAt(16);
btn_wb = (GButton)GetChildAt(17);
btn_pal = (GButton)GetChildAt(18);
}
}
}