fix:1、修复bug。2、删除json表,改为配置加载

This commit is contained in:
barry
2026-06-30 22:15:06 +08:00
parent 1354dfbc34
commit 776d63928d
1086 changed files with 49845 additions and 533285 deletions
@@ -9,6 +9,7 @@ namespace FGUI.Arrow_game
{
public Controller can;
public GImage bg;
public GImage img_saveingpot;
public GTextField text;
public const string URL = "ui://sjl9teijrsd4g";
@@ -23,7 +24,8 @@ namespace FGUI.Arrow_game
can = GetControllerAt(0);
bg = (GImage)GetChildAt(0);
text = (GTextField)GetChildAt(1);
img_saveingpot = (GImage)GetChildAt(1);
text = (GTextField)GetChildAt(2);
}
}
}