fix:1、更换ui(图鉴相关)
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.LG_Unlock
|
||||
public partial class com_scAlbumLock : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GGraph anim;
|
||||
public GTextField text_unlock;
|
||||
public const string URL = "ui://876wwqiki5pm0";
|
||||
|
||||
@@ -21,7 +22,8 @@ namespace FGUI.LG_Unlock
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_unlock = (GTextField)GetChildAt(2);
|
||||
anim = (GGraph)GetChildAt(2);
|
||||
text_unlock = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user