diff options
| author | RaysFire <[email protected]> | 2013-11-22 02:52:46 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-11-22 02:52:46 -0600 |
| commit | 7a41d5dbc1e3995e08041c77028fcc951d48f76a (patch) | |
| tree | 03c1920a8fe2e63919f5f44d9a70a7d349b9481b /resource/ui/MvMScoreboard.res | |
| parent | 711ee3b7cbe09129d1cd2f8d87550fa90d51c449 (diff) | |
Fixed ping getting cut off at lower resolutions, fixed MvM scoreboard
Diffstat (limited to 'resource/ui/MvMScoreboard.res')
| -rw-r--r-- | resource/ui/MvMScoreboard.res | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index 3749617..d4a6505 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -4,23 +4,22 @@ { "ControlName" "CWaveStatusPanel" "fieldName" "WaveStatusPanel" - "xpos" "100" + "xpos" "c-130" "ypos" "8" "zpos" "0" - "wide" "600" + "wide" "400" "tall" "67" "visible" "1" "enabled" "1" "verbose" "1" } - - "ScoreboardBackground" + "ScoreboardBackground" { "ControlName" "ImagePanel" "fieldName" "ScoreboardBackground" - "xpos" "98" - "ypos" "71" + "xpos" "c-102" + "ypos" "78" "zpos" "-1" "wide" "445" "tall" "288" @@ -36,7 +35,7 @@ "font" "Cerbetica24" "labelText" "%popfile%" "textAlignment" "center" - "xpos" "78" + "xpos" "188" "ypos" "c150" "wide" "290" "tall" "20" @@ -47,7 +46,7 @@ { "ControlName" "EditablePanel" "fieldName" "DifficultyContainer" - "xpos" "350" + "xpos" "450" "ypos" "c150" "wide" "150" "tall" "50" @@ -108,7 +107,7 @@ { "ControlName" "SectionedListPanel" "fieldName" "MvMPlayerList" - "xpos" "110" + "xpos" "c-100" "ypos" "79" "wide" "420" "tall" "150" @@ -126,8 +125,8 @@ { "ControlName" "EditablePanel" "fieldName" "CreditStatsContainer" - "xpos" "118" - "ypos" "220" + "xpos" "c-90" + "ypos" "230" "wide" "400" "tall" "205" "visible" "1" @@ -214,5 +213,19 @@ "wide" "200" "visible" "1" } + + "RespecStatusLabel" + { + "ControlName" "CExLabel" + "fieldName" "RespecStatusLabel" + "font" "HudFontSmall" + "labelText" "%respecstatus%" + "textAlignment" "north-west" + "xpos" "180" + "ypos" "8" + "wide" "220" + "tall" "40" + "fgcolor" "tanlight" + } } } |
