bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -7,6 +7,7 @@ namespace FGUI.ACommon
{
public partial class btn_102 : GButton
{
public Controller gift;
public GImage load_icon;
public GGraph gp_hand;
public const string URL = "ui://pmf3wbjilbaa8";
@@ -20,8 +21,9 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
gift = GetControllerAt(0);
load_icon = (GImage)GetChildAt(1);
gp_hand = (GGraph)GetChildAt(3);
gp_hand = (GGraph)GetChildAt(2);
}
}
}