diff options
| author | RaysFire <[email protected]> | 2013-08-31 19:07:43 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-08-31 19:07:43 -0500 |
| commit | 0f189ba46d54ba7b64e2d47cac109a48e9cd5bee (patch) | |
| tree | 59939d18d37f52f4e3ae99f3ac449b7188d89f94 | |
| parent | 0dbbcf4f455ab148efea70628d6d8f5de88ce693 (diff) | |
Forgot to fix this last update! (Removed fatality crosshair)
| -rw-r--r-- | scripts/hudlayout.res | 65 |
1 files changed, 0 insertions, 65 deletions
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" |
