diff options
| author | raysfire <[email protected]> | 2014-06-12 00:38:25 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-06-12 00:38:25 -0500 |
| commit | 69f94110f47fd09dc643d5f890c9dddd12d20609 (patch) | |
| tree | bcd724f004a47295b59ece209aa5104ffbae8533 /minmode | |
| parent | 848ca58dd2ba67cfcd9c53a2dfc45121a135e432 (diff) | |
Revert "Revert "Fixed scoreboard being broken in 4x3""
This reverts commit 848ca58dd2ba67cfcd9c53a2dfc45121a135e432.
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/4_by_3_ratio/ScoreBoard-9s.res | 7 | ||||
| -rw-r--r-- | minmode/4_by_3_ratio/ScoreBoard.res | 12 |
2 files changed, 16 insertions, 3 deletions
diff --git a/minmode/4_by_3_ratio/ScoreBoard-9s.res b/minmode/4_by_3_ratio/ScoreBoard-9s.res index 69f3fa9..ec18606 100644 --- a/minmode/4_by_3_ratio/ScoreBoard-9s.res +++ b/minmode/4_by_3_ratio/ScoreBoard-9s.res @@ -654,6 +654,13 @@ "visible" "1" "enabled" "1" "fgcolor" "236 227 203 255" + + if_mvm + { + "font" "Cerbetica16" + "xpos" "c160" + "ypos" "455" [$WIN32] + } } "LocalPlayerDuelStatsPanel" diff --git a/minmode/4_by_3_ratio/ScoreBoard.res b/minmode/4_by_3_ratio/ScoreBoard.res index 48a145c..fa6dfa7 100644 --- a/minmode/4_by_3_ratio/ScoreBoard.res +++ b/minmode/4_by_3_ratio/ScoreBoard.res @@ -637,7 +637,7 @@ } } - "MapName" + "MapName" { "ControlName" "CExLabel" "fieldName" "mapname" @@ -654,8 +654,14 @@ "visible" "1" "enabled" "1" "fgcolor" "236 227 203 255" - } - } + + if_mvm + { + "font" "Cerbetica16" + "xpos" "c160" + "ypos" "455" [$WIN32] + } + } "LocalPlayerDuelStatsPanel" { |
