fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -10,6 +10,9 @@ namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_language.URL, typeof(com_language));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_language.URL, typeof(btn_language));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_setting.URL, typeof(com_arrow_setting));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_menu1.URL, typeof(btn_menu1));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_on_off.URL, typeof(btn_on_off));
|
||||
UIObjectFactory.SetPackageItemExtension(com_setting.URL, typeof(com_setting));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_sound_on_off.URL, typeof(btn_sound_on_off));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_menu.URL, typeof(btn_menu));
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
public partial class btn_menu1 : GButton
|
||||
{
|
||||
public Controller menus;
|
||||
public const string URL = "ui://8rcjs2ucm39de43";
|
||||
|
||||
public static btn_menu1 CreateInstance()
|
||||
{
|
||||
return (btn_menu1)UIPackage.CreateObject("ZM_Setting_07", "btn_menu1");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
menus = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 573aaeddc4b426843959c3072306db0c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,25 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
public partial class btn_on_off : GButton
|
||||
{
|
||||
public Controller on_off;
|
||||
public const string URL = "ui://8rcjs2ucm39de44";
|
||||
|
||||
public static btn_on_off CreateInstance()
|
||||
{
|
||||
return (btn_on_off)UIPackage.CreateObject("ZM_Setting_07", "btn_on_off");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
on_off = GetControllerAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 095c4ba293193084fb923dada6d91062
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.ZM_Setting_07
|
||||
{
|
||||
public partial class com_arrow_setting : GComponent
|
||||
{
|
||||
public com_edit_name edit_name;
|
||||
public GList list;
|
||||
public GButton btn_close;
|
||||
public GTextField text_uid;
|
||||
public GTextField text_version;
|
||||
public GButton head;
|
||||
public btn_menu1 btn_official;
|
||||
public btn_menu1 btn_privacy;
|
||||
public btn_menu1 btn_terms;
|
||||
public btn_on_off btn_music;
|
||||
public btn_on_off btn_sound;
|
||||
public btn_menu1 btn_us;
|
||||
public btn_menu btn_restore;
|
||||
public GButton btn_revive;
|
||||
public GSlider speed_slide;
|
||||
public GTextField level_text;
|
||||
public GButton btn_player;
|
||||
public Transition show;
|
||||
public Transition hide;
|
||||
public const string URL = "ui://8rcjs2ucm39de42";
|
||||
|
||||
public static com_arrow_setting CreateInstance()
|
||||
{
|
||||
return (com_arrow_setting)UIPackage.CreateObject("ZM_Setting_07", "com_arrow_setting");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
edit_name = (com_edit_name)GetChildAt(4);
|
||||
list = (GList)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
text_uid = (GTextField)GetChildAt(7);
|
||||
text_version = (GTextField)GetChildAt(8);
|
||||
head = (GButton)GetChildAt(12);
|
||||
btn_official = (btn_menu1)GetChildAt(13);
|
||||
btn_privacy = (btn_menu1)GetChildAt(14);
|
||||
btn_terms = (btn_menu1)GetChildAt(15);
|
||||
btn_music = (btn_on_off)GetChildAt(16);
|
||||
btn_sound = (btn_on_off)GetChildAt(17);
|
||||
btn_us = (btn_menu1)GetChildAt(18);
|
||||
btn_restore = (btn_menu)GetChildAt(19);
|
||||
btn_revive = (GButton)GetChildAt(20);
|
||||
speed_slide = (GSlider)GetChildAt(21);
|
||||
level_text = (GTextField)GetChildAt(25);
|
||||
btn_player = (GButton)GetChildAt(26);
|
||||
show = GetTransitionAt(0);
|
||||
hide = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bf9d5020e6119e24ba1f670cf36dd988
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user