This commit is contained in:
2026-06-05 10:21:43 +08:00
parent b454d4432b
commit b6c7c47dc6
12 changed files with 54 additions and 11 deletions
@@ -21,7 +21,7 @@ namespace FGUI.JMain
public btn_petty btn_petty;
public GButton btn_play;
public GButton btn_wb;
public GButton btn_pal;
public btn_pal btn_pal;
public const string URL = "ui://qw9x6rf3lbaa0";
public static com_main CreateInstance()
@@ -47,7 +47,7 @@ namespace FGUI.JMain
btn_petty = (btn_petty)GetChildAt(14);
btn_play = (GButton)GetChildAt(15);
btn_wb = (GButton)GetChildAt(16);
btn_pal = (GButton)GetChildAt(17);
btn_pal = (btn_pal)GetChildAt(17);
}
}
}