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/hudobjectivekothtimepanel.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/hudobjectivekothtimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivekothtimepanel.res | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 119935b..242ca18 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -28,8 +28,8 @@ "delta_item_x" "10" "delta_item_start_y" "12" "delta_item_end_y" "50" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" + "PositiveColor" "ColorGreen" + "NegativeColor" "ColorRed" "delta_lifetime" "1.5" "delta_item_font" "HudFontMediumSmall" } @@ -53,11 +53,11 @@ if_match { "proportionaltoparent" "1" - "font" "HudFontSmall" "xpos" "10" "ypos" "9" "tall" "10" "wide" "35" + "font" "HudFontSmall" } } } @@ -76,8 +76,8 @@ "delta_item_x" "0" "delta_item_start_y""50" "delta_item_end_y" "70" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" + "PositiveColor" "ColorGreen" + "NegativeColor" "ColorRed" "delta_lifetime" "1.5" "delta_item_font" "Cerbetica22" @@ -89,8 +89,8 @@ "delta_item_x" "50" "delta_item_start_y" "12" "delta_item_end_y" "50" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" + "PositiveColor" "ColorGreen" + "NegativeColor" "ColorRed" "delta_lifetime" "1.5" "delta_item_font" "HudFontMediumSmall" } @@ -111,8 +111,8 @@ "delta_item_x" "22" "delta_item_start_y""50" "delta_item_end_y" "70" - "PositiveColor" "0 255 0 255" - "NegativeColor" "255 0 0 255" + "PositiveColor" "ColorGreen" + "NegativeColor" "ColorRed" "delta_lifetime" "1.5" "delta_item_font" "Cerbetica20" "textAlignment" "center" @@ -121,11 +121,11 @@ if_match { "proportionaltoparent" "1" - "font" "HudFontSmall" "xpos" "rs1-15" "ypos" "9" "wide" "35" "tall" "10" + "font" "HudFontSmall" } } } |
