diff options
| author | CriticalFlaw <[email protected]> | 2020-12-29 13:18:40 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-29 13:18:40 -0500 |
| commit | ea282b4939ae1c8f5b69a89acf4db91d14491e62 (patch) | |
| tree | f18f10570754661429c44b9af532a033906a7abb /scripts/hudlayout.res | |
| parent | 46d248b5167f9c8794c3125146952fef08f86bcd (diff) | |
CastingEssentials Support
- Added support for CastingEssentials features like team scores, medigun info, player status effects and loadout icons.
- Updated the match HUD and the look of the player list.
- Fixed the in-game chat moving when changing classes.
Diffstat (limited to 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 8135ec8..f5bc2a3 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -120,7 +120,7 @@ HudDemomanCharge { - "fieldName" "HudItemEffectMeter" + "fieldName" "HudDemomanCharge" "visible" "1" "enabled" "1" "xpos" "c-75" @@ -361,9 +361,9 @@ HudRoundTimer { "fieldName" "HudRoundTimer" - "xpos" "c-20" + "xpos" "0" "ypos" "440" - "wide" "120" + "wide" "f0" "tall" "40" "visible" "1" "enabled" "1" @@ -408,8 +408,8 @@ "fieldName" "HudDamageIndicator" "visible" "1" "enabled" "1" - "MinimumWidth" "10" - "MaximumWidth" "10" + "MinimumWidth" "15" + "MaximumWidth" "15" "StartRadius" "80" "EndRadius" "80" "MinimumHeight" "30" @@ -471,7 +471,7 @@ "visible" "1" "enabled" "1" "xpos" "r592" - "ypos" "22" + "ypos" "25" "wide" "580" "tall" "468" "MaxDeathNotices" "5" @@ -1094,10 +1094,10 @@ "fieldName" "HudStopWatch" "visible" "1" "enabled" "1" - "xpos" "c-44" + "xpos" "c-115" "ypos" "27" "zpos" "0" - "wide" "80" + "wide" "90" "tall" "15" } |
