修改配件item

This commit is contained in:
Bob.Song
2025-10-31 18:03:31 +08:00
parent e0b9d6cd91
commit b2cf8cdb88
92 changed files with 225 additions and 112 deletions

View File

@@ -11,7 +11,7 @@ namespace NBF
public partial class FishingShopPanel
{
public GObject this[string aKey] => ContentPane.GetChild(aKey);
public override string UIPackName => "Shop";
public override string UIPackName => "Main";
public override string UIResName => "FishingShopPanel";
[AutoFind(Name = "Currencys")]

View File

@@ -9,7 +9,7 @@ namespace NBF
{
public partial class ShopGearItem
{
public const string URL = "ui://146ra2lqoome9";
public const string URL = "ui://hxr7rc7poome9";
public GImage back;
public GImage ba;