fix:1、添加arrow的游戏代码,和相关的周边功能

This commit is contained in:
2026-07-10 17:57:02 +08:00
parent dd56ccb469
commit f1e05d9547
145 changed files with 8492 additions and 1059 deletions
@@ -7,9 +7,11 @@ namespace FGUI.ZM_Game_04
{
public partial class com_open : GComponent
{
public Controller state;
public GTextField text_level;
public GGraph tips_node;
public GGraph tips_node1;
public GComponent com_tips;
public Transition t0;
public const string URL = "ui://g3iqdlgcopwg13";
@@ -22,9 +24,11 @@ namespace FGUI.ZM_Game_04
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
text_level = (GTextField)GetChildAt(3);
tips_node = (GGraph)GetChildAt(4);
tips_node1 = (GGraph)GetChildAt(5);
com_tips = (GComponent)GetChildAt(6);
t0 = GetTransitionAt(0);
}
}