fix:1、更换关卡获取,改为单关一个json文件

This commit is contained in:
2026-06-24 09:24:15 +08:00
parent cd258603ac
commit f0f102fe4c
1040 changed files with 499808 additions and 54942 deletions
@@ -7,6 +7,7 @@ namespace FGUI.Arrow_game
{
public partial class ArrowEnd : GComponent
{
public GGraph hitArea;
public GImage icon;
public const string URL = "ui://sjl9teijrsd45";
@@ -19,7 +20,8 @@ namespace FGUI.Arrow_game
{
base.ConstructFromXML(xml);
icon = (GImage)GetChildAt(0);
hitArea = (GGraph)GetChildAt(0);
icon = (GImage)GetChildAt(1);
}
}
}