is it possible to disable the top list of the default shops?
currently i delete some code from the cs file
{
new CuiButton
{
Button = {Command = $"shop.show components {shoppageminus}", Color = "0.5 0.5 0.5 0.5"},
RectTransform = {AnchorMin = "0.90 0.78", AnchorMax = "0.97 0.83"},
Text =
{
Text = $"Components", Align = TextAnchor.MiddleCenter, Font = "robotocondensed-regular.ttf",
FontSize = 14
}
},
ShopOverlayName,
"Components"
}
currently i delete some code from the cs file
{
new CuiButton
{
Button = {Command = $"shop.show components {shoppageminus}", Color = "0.5 0.5 0.5 0.5"},
RectTransform = {AnchorMin = "0.90 0.78", AnchorMax = "0.97 0.83"},
Text =
{
Text = $"Components", Align = TextAnchor.MiddleCenter, Font = "robotocondensed-regular.ttf",
FontSize = 14
}
},
ShopOverlayName,
"Components"
}