修改ui样式
This commit is contained in:
4
Assets/Scripts/UI/Shops/ShopGearItem.Designer.cs
generated
4
Assets/Scripts/UI/Shops/ShopGearItem.Designer.cs
generated
@@ -11,7 +11,7 @@ namespace NBF
|
||||
{
|
||||
public const string URL = "ui://hxr7rc7poome9";
|
||||
|
||||
public GImage back;
|
||||
public GImage select;
|
||||
public GTextField TextPrice;
|
||||
public GImage Quality;
|
||||
public GTextField TextAmount;
|
||||
@@ -20,7 +20,7 @@ namespace NBF
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
back = (GImage)GetChild("back");
|
||||
select = (GImage)GetChild("select");
|
||||
TextPrice = (GTextField)GetChild("TextPrice");
|
||||
Quality = (GImage)GetChild("Quality");
|
||||
TextAmount = (GTextField)GetChild("TextAmount");
|
||||
|
||||
Reference in New Issue
Block a user