bug修改
This commit is contained in:
@@ -9,7 +9,9 @@ namespace FGUI.JWheel
|
||||
{
|
||||
public Controller cont_button;
|
||||
public Controller cont_video;
|
||||
public Controller saveing_open;
|
||||
public GTextField text_time;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://qpan47byp653e";
|
||||
|
||||
public static btn_spin CreateInstance()
|
||||
@@ -23,7 +25,9 @@ namespace FGUI.JWheel
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
cont_video = GetControllerAt(1);
|
||||
saveing_open = GetControllerAt(2);
|
||||
text_time = (GTextField)GetChildAt(3);
|
||||
img_saveingpot = (GImage)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user