bingo b面修改

This commit is contained in:
2026-05-08 11:03:00 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
@@ -18,6 +18,7 @@ namespace FGUI.ACommon
UIObjectFactory.SetPackageItemExtension(btn_102.URL, typeof(btn_102));
UIObjectFactory.SetPackageItemExtension(btn_101.URL, typeof(btn_101));
UIObjectFactory.SetPackageItemExtension(btn_hall_h5.URL, typeof(btn_hall_h5));
UIObjectFactory.SetPackageItemExtension(btn_fight.URL, typeof(btn_fight));
UIObjectFactory.SetPackageItemExtension(btn_h5.URL, typeof(btn_h5));
UIObjectFactory.SetPackageItemExtension(btn_main.URL, typeof(btn_main));
UIObjectFactory.SetPackageItemExtension(btn_todo.URL, typeof(btn_todo));
@@ -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);
}
}
}
@@ -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);
}
}
}
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ACommon
{
public partial class btn_fight : GButton
{
public Controller cont_select;
public const string URL = "ui://pmf3wbjiog7vpiz";
public static btn_fight CreateInstance()
{
return (btn_fight)UIPackage.CreateObject("ACommon", "btn_fight");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_select = GetControllerAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: fda3cb79834b23349813834461c12fe9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -7,8 +7,8 @@ namespace FGUI.ACommon
{
public partial class com_avatar : GComponent
{
public GTextField text_name;
public GLoader loader_flag;
public GTextField text_name;
public const string URL = "ui://pmf3wbjix6ybho";
public static com_avatar CreateInstance()
@@ -20,8 +20,8 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
loader_flag = (GLoader)GetChildAt(1);
text_name = (GTextField)GetChildAt(3);
loader_flag = (GLoader)GetChildAt(4);
}
}
}
@@ -11,6 +11,7 @@ namespace FGUI.ACommon
public btn_101 btn_coin;
public btn_102 btn_cash;
public com_avatar com_avatar;
public GGroup top_group;
public const string URL = "ui://pmf3wbjiaxgih3";
public static com_currency CreateInstance()
@@ -26,6 +27,7 @@ namespace FGUI.ACommon
btn_coin = (btn_101)GetChildAt(2);
btn_cash = (btn_102)GetChildAt(3);
com_avatar = (com_avatar)GetChildAt(4);
top_group = (GGroup)GetChildAt(5);
}
}
}
@@ -9,9 +9,10 @@ namespace FGUI.ACommon
{
public Controller gift;
public btn_main btn_main;
public btn_h5 btn_h5;
public btn_h5 btn_shop;
public btn_todo btn_tab_redem;
public btn_hall btn_hall;
public btn_fight btn_fight;
public const string URL = "ui://pmf3wbjiokk5gf";
public static com_di CreateInstance()
@@ -25,9 +26,10 @@ namespace FGUI.ACommon
gift = GetControllerAt(0);
btn_main = (btn_main)GetChildAt(1);
btn_h5 = (btn_h5)GetChildAt(2);
btn_shop = (btn_h5)GetChildAt(2);
btn_tab_redem = (btn_todo)GetChildAt(3);
btn_hall = (btn_hall)GetChildAt(4);
btn_fight = (btn_fight)GetChildAt(7);
}
}
}
@@ -7,6 +7,7 @@ namespace FGUI.ACommon
{
public partial class com_maindi : GComponent
{
public Controller show_fight;
public com_di com_di;
public const string URL = "ui://pmf3wbjiokk5gg";
@@ -19,7 +20,8 @@ namespace FGUI.ACommon
{
base.ConstructFromXML(xml);
com_di = (com_di)GetChildAt(0);
show_fight = GetControllerAt(0);
com_di = (com_di)GetChildAt(2);
}
}
}