diff options
Diffstat (limited to '4_by_3_ratio/ScoreBoard.res')
| -rw-r--r-- | 4_by_3_ratio/ScoreBoard.res | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/4_by_3_ratio/ScoreBoard.res b/4_by_3_ratio/ScoreBoard.res index 8ccba8d..48a145c 100644 --- a/4_by_3_ratio/ScoreBoard.res +++ b/4_by_3_ratio/ScoreBoard.res @@ -628,14 +628,34 @@ "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-225" + "ypos" "322" + "zpos" "3" + "wide" "116" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "236 227 203 255" + } + } "LocalPlayerDuelStatsPanel" { @@ -1008,24 +1028,6 @@ "ypos" "4" } } - "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" @@ -1040,8 +1042,8 @@ "tall" "20" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "fgcolor" "185 177 153 255" } "Assists" |
