fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user