提交
This commit is contained in:
@@ -11,7 +11,6 @@ namespace FGUI.ACommon
|
||||
public btn_101 btn_coin;
|
||||
public btn_102 btn_cash;
|
||||
public com_avatar com_avatar;
|
||||
public GGroup top_group;
|
||||
public const string URL = "ui://pmf3wbjiaxgih3";
|
||||
|
||||
public static com_currency CreateInstance()
|
||||
@@ -27,7 +26,6 @@ namespace FGUI.ACommon
|
||||
btn_coin = (btn_101)GetChildAt(1);
|
||||
btn_cash = (btn_102)GetChildAt(2);
|
||||
com_avatar = (com_avatar)GetChildAt(3);
|
||||
top_group = (GGroup)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -23,6 +23,10 @@ namespace FGUI.JMain
|
||||
public btn_taks btn_task;
|
||||
public btn_wheel btn_wheel;
|
||||
public com_mainplay com_mainplay;
|
||||
public GButton settings;
|
||||
public GButton btn_coin;
|
||||
public GButton btn_cash;
|
||||
public GComponent com_avatar;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -50,6 +54,10 @@ namespace FGUI.JMain
|
||||
btn_task = (btn_taks)GetChildAt(12);
|
||||
btn_wheel = (btn_wheel)GetChildAt(13);
|
||||
com_mainplay = (com_mainplay)GetChildAt(14);
|
||||
settings = (GButton)GetChildAt(15);
|
||||
btn_coin = (GButton)GetChildAt(16);
|
||||
btn_cash = (GButton)GetChildAt(17);
|
||||
com_avatar = (GComponent)GetChildAt(18);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user