diff options
| author | CriticalFlaw <[email protected]> | 2019-12-08 08:28:12 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-12-08 08:28:12 -0500 |
| commit | a5e43b88561a04fe792bd042cd602affedf83c63 (patch) | |
| tree | b342907581ae6112b6eaffa35836f0a44e4424d6 /resource/ui/winpanel.res | |
| parent | de0a178159e6566c8eac2338a4f958b49b0f52c3 (diff) | |
Backend Changes
- Fixed certain colors not being enforced from the customizable files
- Backend cleanup. Colors are assigned to their schema name.
- Updated the PDA and killstreak count's use of #base.
- Removed the Smissmas promo from the Mann Co. Store
Diffstat (limited to 'resource/ui/winpanel.res')
| -rw-r--r-- | resource/ui/winpanel.res | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 6711322..cd8093d 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -85,8 +85,8 @@ "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "3" "wide" "80" "tall" "70" @@ -115,7 +115,7 @@ "scaleImage" "1" "color_outline" "Grey" } - + "RedTeamLabel" { "ControlName" "CExLabel" @@ -133,7 +133,7 @@ "visible" "1" "enabled" "1" } - + "RedTeamScore" { "ControlName" "CExLabel" @@ -156,10 +156,11 @@ "ControlName" "CExLabel" "fieldName" "RedTeamScoreDropshadow" "font" "Cerbetica48" + "fgcolor" "TransparentBlack" "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "-1" - "ypos" "-1" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "80" "tall" "70" @@ -167,7 +168,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor" "TransparentBlack" "pin_to_sibling" "RedTeamScore" "pin_corner_to_sibling" "PIN_TOPLEFT" @@ -186,11 +186,11 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" + "scaleImage" "1" "color_outline" "Grey" } } - + "WinPanelBGBorder" { "ControlName" "EditablePanel" @@ -202,7 +202,7 @@ "tall" "80" "visible" "1" "enabled" "1" - "scaleImage" "1" + "scaleImage" "1" "border" "TFFatLineBorderBlueBG" "proportionaltoparent" "1" } @@ -413,7 +413,6 @@ "visible" "0" "enabled" "1" } - "Player1Avatar" { "ControlName" "CAvatarImagePanel" @@ -498,7 +497,6 @@ "visible" "0" "enabled" "1" } - "Player2Avatar" { "ControlName" "CAvatarImagePanel" @@ -511,7 +509,7 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" + "scaleImage" "1" "color_outline" "52 48 45 255" } "Player2Name" @@ -583,7 +581,6 @@ "visible" "0" "enabled" "1" } - "Player3Avatar" { "ControlName" "CAvatarImagePanel" @@ -596,7 +593,7 @@ "visible" "1" "enabled" "1" "image" "" - "scaleImage" "1" + "scaleImage" "1" "color_outline" "52 48 45 255" } "Player3Name" @@ -724,7 +721,6 @@ "visible" "0" "enabled" "1" } - "KillStreakPlayer1Avatar" { "ControlName" "CAvatarImagePanel" |
