diff options
| author | RaysFire <[email protected]> | 2013-10-29 22:17:51 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-10-29 22:17:51 -0500 |
| commit | d19cd81d4a719873ee57ed0eeab9f4b06bea9ca5 (patch) | |
| tree | 0a10fa6ff5ae1edba89d0cd41e12ebbfaaaf4a32 /scripts | |
| parent | a9c3cd132b7d4e1302fc64f8fc70b43545f616ce (diff) | |
Fixed for Halloween 2013 update (TargetIDs, spellmenu)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudlayout.res | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 68c1d19..4979156 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1,6 +1,27 @@ "Resource/HudLayout.res" { //crosshairs + + Spookmaster + { + "controlName" "CExLabel" + "fieldName" "Spookmaster" + "font" "CerbeticaBold44" + "visible" "0" + "enabled" "0" + "zpos" "2" + + "xpos" "c-100" + "ypos" "c-102" + "wide" "201" + "tall" "200" + + "labelText" "0 0" + "textAlignment" "center" + + "fgcolor" "255 0 0 0" + } + xHairCircle { "controlName" "CExLabel" @@ -1333,6 +1354,22 @@ "ItemFontPulsing" "Default" } + + HudSpellMenu + { + "fieldName" "HudSpellMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "10" + "xpos" "c-176" + "ypos" "c90" + + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } HudCloseCaption { @@ -1908,6 +1945,7 @@ "enabled" "1" "xpos" "0" "ypos" "r320" + "zpos" "11" "wide" "f0" "tall" "320" } |
