新增小额奖励
This commit is contained in:
@@ -19,6 +19,7 @@ namespace FGUI.JMain
|
||||
UIObjectFactory.SetPackageItemExtension(btn_add.URL, typeof(btn_add));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_minus.URL, typeof(btn_minus));
|
||||
UIObjectFactory.SetPackageItemExtension(com_cardnum.URL, typeof(com_cardnum));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_petty.URL, typeof(btn_petty));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JMain
|
||||
{
|
||||
public partial class btn_petty : GButton
|
||||
{
|
||||
public GGroup kuang;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://qw9x6rf3uaj0pin";
|
||||
|
||||
public static btn_petty CreateInstance()
|
||||
{
|
||||
return (btn_petty)UIPackage.CreateObject("JMain", "btn_petty");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
kuang = (GGroup)GetChildAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 76b1e8a1581e7444a8900307e0980e35
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -12,9 +12,9 @@ namespace FGUI.JMain
|
||||
public GButton btn_getreward;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GImage img_gold;
|
||||
public GTextField text_num;
|
||||
public GButton btn_get;
|
||||
public GImage img_gold;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
|
||||
@@ -32,9 +32,9 @@ namespace FGUI.JMain
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
img_gold = (GImage)GetChildAt(6);
|
||||
text_num = (GTextField)GetChildAt(7);
|
||||
btn_get = (GButton)GetChildAt(8);
|
||||
text_num = (GTextField)GetChildAt(6);
|
||||
btn_get = (GButton)GetChildAt(7);
|
||||
img_gold = (GImage)GetChildAt(8);
|
||||
end_point = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace FGUI.JMain
|
||||
public Controller gift;
|
||||
public Controller type;
|
||||
public GGraph gp_fx;
|
||||
public GButton btn_play;
|
||||
public com_cardnum com_cardnum;
|
||||
public com_playnum com_cards;
|
||||
public com_cardplaytext com_cardplay;
|
||||
@@ -21,6 +20,8 @@ namespace FGUI.JMain
|
||||
public btn_question btn_question;
|
||||
public GButton btn_saveingpot;
|
||||
public GButton btn_cashout;
|
||||
public btn_petty btn_petty;
|
||||
public GButton btn_play;
|
||||
public const string URL = "ui://qw9x6rf3lbaa0";
|
||||
|
||||
public static com_main CreateInstance()
|
||||
@@ -35,17 +36,18 @@ namespace FGUI.JMain
|
||||
gift = GetControllerAt(0);
|
||||
type = GetControllerAt(1);
|
||||
gp_fx = (GGraph)GetChildAt(0);
|
||||
btn_play = (GButton)GetChildAt(6);
|
||||
com_cardnum = (com_cardnum)GetChildAt(7);
|
||||
com_cards = (com_playnum)GetChildAt(8);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(9);
|
||||
btn_ballon = (GButton)GetChildAt(10);
|
||||
btn_set = (GButton)GetChildAt(11);
|
||||
makeup = (makeup)GetChildAt(12);
|
||||
btn_admin = (GButton)GetChildAt(13);
|
||||
btn_question = (btn_question)GetChildAt(14);
|
||||
btn_saveingpot = (GButton)GetChildAt(15);
|
||||
btn_cashout = (GButton)GetChildAt(16);
|
||||
com_cardnum = (com_cardnum)GetChildAt(6);
|
||||
com_cards = (com_playnum)GetChildAt(7);
|
||||
com_cardplay = (com_cardplaytext)GetChildAt(8);
|
||||
btn_ballon = (GButton)GetChildAt(9);
|
||||
btn_set = (GButton)GetChildAt(10);
|
||||
makeup = (makeup)GetChildAt(11);
|
||||
btn_admin = (GButton)GetChildAt(12);
|
||||
btn_question = (btn_question)GetChildAt(13);
|
||||
btn_saveingpot = (GButton)GetChildAt(14);
|
||||
btn_cashout = (GButton)GetChildAt(15);
|
||||
btn_petty = (btn_petty)GetChildAt(16);
|
||||
btn_play = (GButton)GetChildAt(17);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user