_Kermit232http://steamcommunity.com/sharedfiles/filedetails/?id=515247874
How Can I Add a black background on the scoreboard?
This scoreboard is yaHUD scoreboard
Add something like this "MainBG"
{
"ControlName" "ImagePanel"
"fieldName" "MainBG"
"xpos" "c-325"
"xpos_minmode" "r267" //"c33"
"ypos" "130"
"ypos_minmode" "r357"
"zpos" "-1"
"wide" "253"
"wide_minmode" "233"
"tall" "210"
"tall_minmode" "238"
"fillcolor" "1 1 1 214"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
You'll have to probably change the wide/tall and x/y positions but it should show up fine.
#2065 Best trying FreezePanel_Basic and making the wide value 480 and tall f0, I'm prtty sure that fills the screen entirely.
Wouldn't it be 480 tall and f0 wide?