bingo b面修改
This commit is contained in:
@@ -7,8 +7,6 @@ namespace FGUI.ACommon
|
||||
{
|
||||
public partial class btn_101 : GButton
|
||||
{
|
||||
public GImage bg;
|
||||
public GImage load_icon;
|
||||
public GGraph gp_hand;
|
||||
public const string URL = "ui://pmf3wbjilbaaeu";
|
||||
|
||||
@@ -21,9 +19,7 @@ namespace FGUI.ACommon
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
load_icon = (GImage)GetChildAt(1);
|
||||
gp_hand = (GGraph)GetChildAt(3);
|
||||
gp_hand = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user