diff options
| author | Ian Bruton <[email protected]> | 2012-09-25 00:05:43 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-09-25 00:05:43 -0500 |
| commit | c1b91ace661bc23061370afb04daa5bfeea052f5 (patch) | |
| tree | 3b010d7c3c3c6d9a089b94bd1ebb2f3ec8c1a1e5 | |
| parent | df288cfafc687d8aad8bb05b0413ce8b173317f3 (diff) | |
Disabled circle crosshair by default.
| -rw-r--r-- | resource/ui/winpanel.res | 8 | ||||
| -rw-r--r-- | scripts/hudlayout.res | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 8f64b0a..b0bb67a 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -99,7 +99,7 @@ "font" "Cerbetica24"
"labelText" "%redteamname%"
"textAlignment" "east"
- "xpos" "96"
+ "xpos" "122"
"ypos" "27"
"wide" "75"
"tall" "20"
@@ -187,7 +187,7 @@ "fieldName" "WinningTeamLabel"
"font" "CerbeticaBold20"
"xpos" "-50"
- "ypos" "109"
+ "ypos" "104"
"zpos" "1"
"wide" "292"
"tall" "40"
@@ -207,7 +207,7 @@ "font" "CerbeticaBold20"
"fgcolor" "TransparentBlack"
"xpos" "-49"
- "ypos" "110"
+ "ypos" "105"
"zpos" "1"
"wide" "292"
"tall" "40"
@@ -282,7 +282,7 @@ {
"ControlName" "CExLabel"
"fieldName" "DetailsLabel"
- "font" "Cerbetica12"
+ "font" "Cerbetica9"
"xpos" "-35"
"ypos" "132"
"zpos" "1"
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index e19d723..ee068c6 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -5,8 +5,8 @@ "controlName" "CExLabel"
"fieldName" "xHairCircle"
"font" "xHairCircle"
- "visible" "1"
- "enabled" "1"
+ "visible" "0"
+ "enabled" "0"
"zpos" "2"
"xpos" "c-100"
|
