diff options
| author | raysfire <[email protected]> | 2015-07-02 22:53:54 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2015-07-02 22:53:54 -0500 |
| commit | 9c3d8e125029ea0ceaa58f175c7ede864d2753eb (patch) | |
| tree | 2f6139c465afb833fb0a6f14d939fe9c810f393d /resource | |
| parent | 1b772885f2e8ddc57404c0003613ba4e1bc9ea5f (diff) | |
Fixed scoreboards to support medals and adjusted columns
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/ScoreBoard-9s.res | 7 | ||||
| -rw-r--r-- | resource/ui/ScoreBoard.res | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/resource/ui/ScoreBoard-9s.res b/resource/ui/ScoreBoard-9s.res index 149b41c..d08fe85 100644 --- a/resource/ui/ScoreBoard-9s.res +++ b/resource/ui/ScoreBoard-9s.res @@ -13,14 +13,17 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "avatar_width" "54" + "medal_width" "14" + "avatar_width" "50" "name_width" "80" "name_width_minmode""60" "status_width" "15" "nemesis_width" "15" "class_width" "15" "score_width" "24" - "ping_width" "24" + "ping_width" "24" + "stats_width" "30" + "killstreak_width" "20" } "BlueScoreBG" { diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index aadba7a..5261911 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -13,14 +13,17 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "avatar_width" "54" + "medal_width" "14" + "avatar_width" "50" "name_width" "80" "name_width_minmode""60" "status_width" "15" "nemesis_width" "15" "class_width" "15" "score_width" "24" - "ping_width" "24" + "ping_width" "24" + "stats_width" "30" + "killstreak_width" "20" } "BlueScoreBG" { @@ -412,6 +415,7 @@ "autoresize" "3" "linespacing" "14" "fgcolor" "blue" + if_mvm { |
