fix:1、更换关卡获取,改为单关一个json文件
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user