fix:1、修改bug

This commit is contained in:
2026-06-18 09:27:38 +08:00
parent acf888d9be
commit cd258603ac
19 changed files with 28741 additions and 129 deletions
@@ -8,7 +8,7 @@ namespace FGUI.Arrow_game
public partial class com_finger : GComponent
{
public GImage finger;
public Transition t0;
public Transition t1;
public const string URL = "ui://sjl9teijrsd4f";
public static com_finger CreateInstance()
@@ -21,7 +21,7 @@ namespace FGUI.Arrow_game
base.ConstructFromXML(xml);
finger = (GImage)GetChildAt(0);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(0);
}
}
}