fix:1、结算优化
This commit is contained in:
@@ -12,7 +12,6 @@ namespace FGUI.GameResult_08
|
||||
UIObjectFactory.SetPackageItemExtension(cash_broad.URL, typeof(cash_broad));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_end.URL, typeof(com_arrow_end));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_end_again.URL, typeof(com_arrow_end_again));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_end.URL, typeof(com_end));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.GameResult_08
|
||||
{
|
||||
public partial class btn_claim : GButton
|
||||
{
|
||||
public Controller state;
|
||||
public GImage ad_icon;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://8sjqw0q3rsd42i";
|
||||
|
||||
public static btn_claim CreateInstance()
|
||||
{
|
||||
return (btn_claim)UIPackage.CreateObject("GameResult_08", "btn_claim");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
state = GetControllerAt(0);
|
||||
ad_icon = (GImage)GetChildAt(1);
|
||||
img_saveingpot = (GImage)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e0993c012a030ad4391f9c97f177470c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -8,9 +8,9 @@ namespace FGUI.GameResult_08
|
||||
public partial class com_arrow_end : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GButton btn_back;
|
||||
public GButton btn_watchAd;
|
||||
public GButton btn_restart;
|
||||
public GButton btn_back;
|
||||
public const string URL = "ui://8sjqw0q3rsd42f";
|
||||
|
||||
public static com_arrow_end CreateInstance()
|
||||
@@ -23,9 +23,9 @@ namespace FGUI.GameResult_08
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(3);
|
||||
btn_back = (GButton)GetChildAt(4);
|
||||
btn_watchAd = (GButton)GetChildAt(9);
|
||||
btn_restart = (GButton)GetChildAt(10);
|
||||
btn_watchAd = (GButton)GetChildAt(8);
|
||||
btn_restart = (GButton)GetChildAt(9);
|
||||
btn_back = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,6 +25,7 @@ namespace FGUI.GameResult_08
|
||||
public GButton btn_claim;
|
||||
public GRichTextField text_award_2;
|
||||
public GRichTextField text_award_3;
|
||||
public com_arrow_end com_arrow_end;
|
||||
public Transition t0;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
@@ -56,6 +57,7 @@ namespace FGUI.GameResult_08
|
||||
btn_claim = (GButton)GetChildAt(23);
|
||||
text_award_2 = (GRichTextField)GetChildAt(24);
|
||||
text_award_3 = (GRichTextField)GetChildAt(25);
|
||||
com_arrow_end = (com_arrow_end)GetChildAt(26);
|
||||
t0 = GetTransitionAt(0);
|
||||
t2 = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user