diff options
| author | raysfire <[email protected]> | 2014-06-11 19:09:55 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-06-11 19:09:55 -0500 |
| commit | 9aa9e654932154890946297c58a7a0c566882f10 (patch) | |
| tree | b433745ff68b3e8cb7de19cafda604ab61924feb /minmode/resource/ui/ScoreBoard.res | |
| parent | fcbcacdaf2a3bdc434293f6dcc286f301e37d03a (diff) | |
Fixed [unknown] in scoreboards
Diffstat (limited to 'minmode/resource/ui/ScoreBoard.res')
| -rw-r--r-- | minmode/resource/ui/ScoreBoard.res | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/minmode/resource/ui/ScoreBoard.res b/minmode/resource/ui/ScoreBoard.res index c20f6e1..c2ad5f5 100644 --- a/minmode/resource/ui/ScoreBoard.res +++ b/minmode/resource/ui/ScoreBoard.res @@ -620,14 +620,32 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" if_mvm { "visible" "0" } } + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "Cerbetica20" + "labelText" "%mapname%" + "textAlignment" "center" + "xpos" "c-360" + "ypos" "322" + "zpos" "3" + "wide" "116" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } "LocalPlayerDuelStatsPanel" { @@ -961,24 +979,7 @@ "visible" "1" "enabled" "1" } - "MapName" - { - "ControlName" "CExLabel" - "fieldName" "mapname" - "font" "Cerbetica16" - "labelText" "%mapname%" - "textAlignment" "center" - "xpos" "28" - "ypos" "238" - "zpos" "3" - "wide" "116" - "tall" "20" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fgcolor" "236 227 203 255" - } + "GameType" { "ControlName" "CExLabel" @@ -993,8 +994,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "fgcolor" "185 177 153 255" } "Assists" |
