From 596af5f85115311c069b81fb4f69607501a81ed5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:23:18 -0400 Subject: Arena/MvM Fixes --- resource/ui/mvmscoreboard.res | 85 ++++++++++++------------------------------- 1 file changed, 23 insertions(+), 62 deletions(-) (limited to 'resource/ui/mvmscoreboard.res') 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" -- cgit v1.2.3