换皮
This commit is contained in:
@@ -24,10 +24,10 @@ namespace FGUI.Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
btn_gold_buy = (GButton)GetChildAt(3);
|
||||
btn_ad = (GButton)GetChildAt(4);
|
||||
btn_thanks = (GButton)GetChildAt(9);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
btn_gold_buy = (GButton)GetChildAt(4);
|
||||
btn_ad = (GButton)GetChildAt(5);
|
||||
btn_thanks = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,12 @@ namespace FGUI.Prop_09
|
||||
public partial class com_prop : GComponent
|
||||
{
|
||||
public Controller prop;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public btn_add btn_add;
|
||||
public btn_add btn_jian;
|
||||
public GTextField text_add;
|
||||
public GGroup group_add;
|
||||
public GButton btn_buy;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://ig55ss7kq8ucg";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
@@ -26,12 +26,12 @@ namespace FGUI.Prop_09
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
prop = GetControllerAt(0);
|
||||
btn_buy = (GButton)GetChildAt(7);
|
||||
btn_back = (GButton)GetChildAt(8);
|
||||
btn_add = (btn_add)GetChildAt(10);
|
||||
btn_jian = (btn_add)GetChildAt(11);
|
||||
text_add = (GTextField)GetChildAt(12);
|
||||
group_add = (GGroup)GetChildAt(13);
|
||||
btn_add = (btn_add)GetChildAt(1);
|
||||
btn_jian = (btn_add)GetChildAt(2);
|
||||
text_add = (GTextField)GetChildAt(3);
|
||||
group_add = (GGroup)GetChildAt(4);
|
||||
btn_buy = (GButton)GetChildAt(13);
|
||||
btn_back = (GButton)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user