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
@@ -38,7 +38,7 @@ namespace FGUI.JSign
loader_reward_ = (GLoader)GetChildAt(4);
text_reward = (GTextField)GetChildAt(5);
text_resign = (GTextField)GetChildAt(6);
gp_fx = (GGraph)GetChildAt(10);
gp_fx = (GGraph)GetChildAt(8);
fx_collect = GetTransitionAt(0);
}
}
@@ -11,11 +11,11 @@ namespace FGUI.JSign
public Controller cont_collect;
public Controller cont_currency;
public Controller gift;
public GTextField text_day;
public GLoader loader_reward;
public GTextField text_reward;
public GTextField text_resign;
public GGraph gp_fx;
public GTextField text_day;
public Transition fx_collect;
public const string URL = "ui://9o0kw0z3k0b29";
@@ -32,11 +32,11 @@ namespace FGUI.JSign
cont_collect = GetControllerAt(1);
cont_currency = GetControllerAt(2);
gift = GetControllerAt(3);
text_day = (GTextField)GetChildAt(1);
loader_reward = (GLoader)GetChildAt(2);
text_reward = (GTextField)GetChildAt(3);
text_resign = (GTextField)GetChildAt(4);
loader_reward = (GLoader)GetChildAt(3);
text_reward = (GTextField)GetChildAt(4);
text_resign = (GTextField)GetChildAt(5);
gp_fx = (GGraph)GetChildAt(8);
text_day = (GTextField)GetChildAt(9);
fx_collect = GetTransitionAt(0);
}
}
@@ -8,9 +8,9 @@ namespace FGUI.JSign
public partial class com_sign : GComponent
{
public GGraph gp_bg;
public GButton closeButton;
public GList list_sign;
public GTextField text_time;
public GButton closeButton;
public const string URL = "ui://9o0kw0z3ouxd0";
public static com_sign CreateInstance()
@@ -23,9 +23,9 @@ namespace FGUI.JSign
base.ConstructFromXML(xml);
gp_bg = (GGraph)GetChildAt(0);
closeButton = (GButton)GetChildAt(2);
list_sign = (GList)GetChildAt(3);
list_sign = (GList)GetChildAt(4);
text_time = (GTextField)GetChildAt(5);
closeButton = (GButton)GetChildAt(6);
}
}
}