fix:1、同步ios修复的bug

This commit is contained in:
2026-07-01 10:26:18 +08:00
parent 6ff428bdf2
commit af7617c352
1080 changed files with 2059 additions and 484310 deletions
@@ -7,7 +7,9 @@ namespace FGUI.Arrow_game
{
public partial class btn_watch : GButton
{
public Controller can;
public GImage bg;
public GImage img_saveingpot;
public GTextField text;
public const string URL = "ui://sjl9teijrsd4g";
@@ -20,8 +22,10 @@ namespace FGUI.Arrow_game
{
base.ConstructFromXML(xml);
can = GetControllerAt(0);
bg = (GImage)GetChildAt(0);
text = (GTextField)GetChildAt(1);
img_saveingpot = (GImage)GetChildAt(1);
text = (GTextField)GetChildAt(2);
}
}
}