fix:1、修改bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user