修改bug

This commit is contained in:
2026-05-13 14:06:49 +08:00
parent 1260b9077a
commit f2395d0b06
20 changed files with 205 additions and 113 deletions
@@ -10,7 +10,7 @@ namespace FGUI.tixian
public Controller index;
public Controller btn_state;
public GTextField text_type;
public GTextField text_ch;
public GRichTextField text_ch;
public GImage img_outline;
public const string URL = "ui://jwedp6jyupx71r";
@@ -26,7 +26,7 @@ namespace FGUI.tixian
index = GetControllerAt(0);
btn_state = GetControllerAt(1);
text_type = (GTextField)GetChildAt(5);
text_ch = (GTextField)GetChildAt(6);
text_ch = (GRichTextField)GetChildAt(6);
img_outline = (GImage)GetChildAt(7);
}
}