更新bug

This commit is contained in:
2026-05-25 10:07:19 +08:00
parent c8a5c4f2e5
commit f0d5a44e4f
557 changed files with 214 additions and 40840 deletions
@@ -8,8 +8,8 @@ namespace FGUI.Turntable_11
public partial class com_wheel : GComponent
{
public GGraph point;
public GGraph startpoint;
public com_disc disc;
public btn_go spin;
public GGraph light_parent;
public GButton close;
public btn_go1 btn_spin;
@@ -26,8 +26,8 @@ namespace FGUI.Turntable_11
base.ConstructFromXML(xml);
point = (GGraph)GetChildAt(1);
disc = (com_disc)GetChildAt(2);
spin = (btn_go)GetChildAt(3);
startpoint = (GGraph)GetChildAt(2);
disc = (com_disc)GetChildAt(3);
light_parent = (GGraph)GetChildAt(4);
close = (GButton)GetChildAt(5);
btn_spin = (btn_go1)GetChildAt(6);