diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:23:18 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:23:18 -0400 |
| commit | 596af5f85115311c069b81fb4f69607501a81ed5 (patch) | |
| tree | a065a6dce30a66b8277671786c9be066591e1a79 /resource/ui/mvmscoreboard.res | |
| parent | 53627aa7c3664091e6d58c5698bf8be910d383cf (diff) | |
Arena/MvM Fixes
Diffstat (limited to 'resource/ui/mvmscoreboard.res')
| -rw-r--r-- | resource/ui/mvmscoreboard.res | 85 |
1 files changed, 23 insertions, 62 deletions
diff --git a/resource/ui/mvmscoreboard.res b/resource/ui/mvmscoreboard.res index 33a7e74..d49a1d5 100644 --- a/resource/ui/mvmscoreboard.res +++ b/resource/ui/mvmscoreboard.res @@ -20,8 +20,8 @@ "fieldName" "PopFileLabel" "font" "Cerbetica24" "labelText" "%popfile%" - "textAlignment" "center" - "xpos" "c-270" + "textAlignment" "west" + "xpos" "c-265" "ypos" "c-30" "wide" "270" "tall" "30" @@ -32,17 +32,17 @@ { "ControlName" "ScalableImagePanel" "fieldName" "PlayerListBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "150" - "visible" "1" - "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" "image" "../hud/tournament_panel_brown" - "scaleImage" "1" - "src_corner_height" "22" - "src_corner_width" "22" + "scaleImage" "0" + "src_corner_height" "0" + "src_corner_width" "0" "draw_corner_width" "0" "draw_corner_height" "0" } @@ -61,44 +61,6 @@ "enabled" "1" "fillcolor" "0 0 0 200" } - "DifficultyContainer" - { - "ControlName" "EditablePanel" - "fieldName" "DifficultyContainer" - "xpos" "c0" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "visible" "1" - - "DifficultyLabel" - { - "ControlName" "CExLabel" - "fieldName" "DifficultyLabel" - "font" "Cerbetica24" - "labelText" "#TF_MvM_Difficulty" - "textAlignment" "center" - "xpos" "0" - "ypos" "-6" - "wide" "0" - "tall" "0" //disable - "fgcolor" "tanlight" - } - - "DifficultyValue" - { - "ControlName" "CExLabel" - "fieldName" "DifficultyValue" - "font" "Cerbetica24" - "labelText" "%difficultyvalue%" - "textAlignment" "center" - "xpos" "0" - "ypos" "0" - "wide" "270" - "tall" "30" - "fgcolor" "tanlight" - } - } "MvMPlayerList" { @@ -132,21 +94,20 @@ { "ControlName" "ScalableImagePanel" "fieldName" "CreditStatsBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "135" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../HUD/tournament_panel_brown" - - "src_corner_height" "22" - "src_corner_width" "22" - "draw_corner_width" "0" - "draw_corner_height" "0" + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" } "CreditsLabel" |
