diff options
| author | raysfire <[email protected]> | 2014-06-11 19:11:14 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-06-11 19:11:14 -0500 |
| commit | 410086a3df5f9fef0d77d8c1e83c2db2bc91815f (patch) | |
| tree | 4692112fd6513dde3b8398a62f695c912b88ab3d /scripts | |
| parent | 351a6d3cfb631cf45ec9c83693fd3ab8349ff0bb (diff) | |
Updated to fix dual huntsman meters, adjusted for eureka effect
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudlayout.res | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 335e9b5..53b58fc 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -913,6 +913,7 @@ "tall" "500" "MeterFG" "White" "MeterBG" "Gray" + "alpha" "0" } HudFlameRocketCharge @@ -1775,6 +1776,18 @@ "PaintBackgroundType" "0" } + "HudEurekaEffectTeleportMenu" + { + "fieldName" "HudEurekaEffectTeleportMenu" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "c-55" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" + } + "HudMenuSpyDisguise" { "fieldName" "HudMenuSpyDisguise" @@ -2132,4 +2145,17 @@ "bgcolor_override" "0 0 0 0" "PaintBackgroundType" "0" // rounded corners } + "HudMenuTauntSelection" + { + "fieldName" "HudMenuTauntSelection" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-52" + "ypos_hidef" "c-42" + "ypos_lodef" "c-42" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" + } } |
