fix:1、修复bug

This commit is contained in:
barry
2026-06-29 08:59:34 +08:00
parent 86518aae41
commit 1354dfbc34
92 changed files with 53105 additions and 51712 deletions
@@ -7,6 +7,7 @@ namespace FGUI.Arrow_game
{
public partial class btn_watch : GButton
{
public Controller can;
public GImage bg;
public GTextField text;
public const string URL = "ui://sjl9teijrsd4g";
@@ -20,6 +21,7 @@ namespace FGUI.Arrow_game
{
base.ConstructFromXML(xml);
can = GetControllerAt(0);
bg = (GImage)GetChildAt(0);
text = (GTextField)GetChildAt(1);
}