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 /scripts/hudlayout.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 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 66217d1..4c7c260 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -857,8 +857,8 @@ "LargeBoxWide" "110" "LargeBoxTall" "77" "BoxGap" "4" - "SelectionNumberXPos" "12" - "SelectionNumberYPos" "4" + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" "IconXPos" "8" "IconYPos" "0" "TextYPos" "70" @@ -935,8 +935,8 @@ "ypos" "246" "ypos_minmode" "320" "zpos" "1" - "wide" "600" - "tall" "50" + "wide" "600" + "tall" "50" "priority" "100" } @@ -948,8 +948,8 @@ "xpos" "c-100" "ypos" "270" "zpos" "1" - "wide" "600" - "tall" "50" + "wide" "600" + "tall" "50" "priority" "40" "x_offset" "20" "y_offset" "20" @@ -1022,7 +1022,7 @@ HudRoundTimer { - "fieldName" "HudRoundTimer" + "fieldName" "HudRoundTimer" "xpos" "c-20" "ypos" "440" "wide" "120" @@ -1100,7 +1100,7 @@ "count_ypos" "8" "icon_texture" "vgui/hud/icon_commentary" "icon_xpos" "0" - "icon_ypos" "0" + "icon_ypos" "0" "icon_width" "40" "icon_height" "40" "use_script_bgcolor" "1" @@ -1577,7 +1577,7 @@ "xpos" "c-200" "ypos" "260" "wide" "400" - "tall" "160" + "tall" "160" } "HudChat" @@ -1591,7 +1591,7 @@ "ypos" "275" "wide" "320" "tall" "120" - "PaintBackgroundType" "2" + "PaintBackgroundType" "2" } "HudMenuEngyBuild" @@ -1601,9 +1601,10 @@ "enabled" "1" "xpos" "c-250" "ypos" "c-75" + "zpos" "1" "wide" "500" "tall" "200" - "PaintBackgroundType" "0" + "PaintBackgroundType" "0" } "HudMenuEngyDestroy" @@ -1613,9 +1614,10 @@ "enabled" "1" "xpos" "c-250" "ypos" "c-75" + "zpos" "1" "wide" "500" "tall" "200" - "PaintBackgroundType" "0" + "PaintBackgroundType" "0" } "HudEurekaEffectTeleportMenu" @@ -1625,9 +1627,10 @@ "enabled" "1" "xpos" "c-125" "ypos" "c-55" + "zpos" "1" "wide" "500" "tall" "200" - "PaintBackgroundType" "0" + "PaintBackgroundType" "0" } "HudMenuSpyDisguise" @@ -1637,9 +1640,10 @@ "enabled" "1" "xpos" "c90" "ypos" "c-72" + "zpos" "1" "wide" "490" "tall" "220" - "PaintBackgroundType" "0" + "PaintBackgroundType" "0" } HudDemomanPipes @@ -2099,4 +2103,4 @@ HudTrainingMsg { } TrainingComplete { } AnnotationsPanel { } -} +}
\ No newline at end of file |
