Unable to remove Balance and points at bottom screenSolved
I've put their available to false but they refuse to disappear
{ "Balance", new PanelConfig
{
Available = false,
Dock = "BottomLeftDock",
Order = 7,
AnchorX = "Left",
AnchorY = "Bottom",
Margin = "0 0 0 0.01",
Width = 0.4f,
Height = 0.95f,
BackgroundColor = "0 0 0 0.4" ,
Image = new PanelImageConfig
{
Order = 1,
Width = 0.2f,
Height = 0.8f,
Margin = "0 0.01 0.1 0.01",
Url = "http://i.imgur.com/HhL5TvU.png",
}
Did you figure this out?
Locked automatically