bug修改

This commit is contained in:
2026-05-12 15:56:48 +08:00
parent 6e6aa09d72
commit 1260b9077a
36 changed files with 363 additions and 99 deletions
@@ -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);
}
}
}