From d19cd81d4a719873ee57ed0eeab9f4b06bea9ca5 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Tue, 29 Oct 2013 22:17:51 -0500 Subject: Fixed for Halloween 2013 update (TargetIDs, spellmenu) --- scripts/hudlayout.res | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'scripts') 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" } -- cgit v1.2.3