diff options
| author | Igor Nikitin <[email protected]> | 2020-04-12 13:34:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-12 13:34:22 -0400 |
| commit | 8e92d477d6ef4e7d70dcc9161c9727e537311b57 (patch) | |
| tree | 8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /resource/ui/mvmscoreboard.res | |
| parent | 95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff) | |
| parent | fcd77895f3881d1d50db402f8dce0f73dfad5094 (diff) | |
Merge pull request #143 from raysfire/update
v2020.0412
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" |
