From 0f189ba46d54ba7b64e2d47cac109a48e9cd5bee Mon Sep 17 00:00:00 2001 From: RaysFire Date: Sat, 31 Aug 2013 19:07:43 -0500 Subject: Forgot to fix this last update! (Removed fatality crosshair) --- scripts/hudlayout.res | 65 --------------------------------------------------- 1 file changed, 65 deletions(-) (limited to 'scripts') diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 5e00d65..68c1d19 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1,71 +1,6 @@ "Resource/HudLayout.res" { //crosshairs - fatality - { - "controlName" "CExLabel" - "fieldName" "fatality" - "font" "CerbeticaBold24" - "visible" "0" - "enabled" "0" - "zpos" "2" - - "xpos" "c-200" - "ypos" "c-102" - "wide" "400" - "tall" "200" - - //"font" "xHairCircleOutline" - "font" "xHairCircle" - "labelText" "fatality, shoot here ---> o <--- shoot here, fatality" - "textAlignment" "center" - - "fgcolor" "255 255 255 255" - } - good - { - "controlName" "CExLabel" - "fieldName" "good" - "font" "CerbeticaBold24" - "visible" "0" - "enabled" "0" - "zpos" "2" - - "xpos" "c-300" - "ypos" "c-102" - "wide" "400" - "tall" "200" - - //"font" "xHairCircleOutline" - "font" "xHairCircle" - "labelText" "good" - "textAlignment" "center" - - "fgcolor" "255 255 255 0" - "alpha" "255" - } - job - { - "controlName" "CExLabel" - "fieldName" "job" - "font" "CerbeticaBold24" - "visible" "0" - "enabled" "0" - "zpos" "2" - - "xpos" "c-100" - "ypos" "c-102" - "wide" "400" - "tall" "200" - - //"font" "xHairCircleOutline" - "font" "xHairCircle" - "labelText" "job" - "textAlignment" "center" - - "fgcolor" "255 255 255 0" - "alpha" "255" - } xHairCircle { "controlName" "CExLabel" -- cgit v1.2.3