diff options
| author | raysfire <[email protected]> | 2014-06-12 00:34:52 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-06-12 00:34:52 -0500 |
| commit | 3f79406a378fe598d5e668af4279edc1a3a839b3 (patch) | |
| tree | bcd724f004a47295b59ece209aa5104ffbae8533 /4_by_3_ratio | |
| parent | f2a1e533c6502aec2941a20b80630323a3b9193f (diff) | |
Fixed scoreboard being broken in 4x3
Diffstat (limited to '4_by_3_ratio')
| -rw-r--r-- | 4_by_3_ratio/ScoreBoard-9s.res | 7 | ||||
| -rw-r--r-- | 4_by_3_ratio/ScoreBoard.res | 12 |
2 files changed, 16 insertions, 3 deletions
diff --git a/4_by_3_ratio/ScoreBoard-9s.res b/4_by_3_ratio/ScoreBoard-9s.res index 69f3fa9..ec18606 100644 --- a/4_by_3_ratio/ScoreBoard-9s.res +++ b/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/4_by_3_ratio/ScoreBoard.res b/4_by_3_ratio/ScoreBoard.res index 48a145c..fa6dfa7 100644 --- a/4_by_3_ratio/ScoreBoard.res +++ b/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" { |
