summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2013-01-12 20:14:01 -0600
committerRaysFire <[email protected]>2013-01-12 20:14:01 -0600
commit9a596e2e340d2d7dfaef014db5818b3b3782bef2 (patch)
tree39926d143863718c4d45bcffb405a0b13ce0732a /resource
parent53d024a5747dedbf6e0bb34fb2baaf443c4e7529 (diff)
Fixed conditional images (bleed, milk, etc.) not appearing on huds without heatlh cross
Diffstat (limited to 'resource')
-rw-r--r--resource/ui/HudPlayerHealth.res9
1 files changed, 5 insertions, 4 deletions
diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res
index 640ddc6..1950df2 100644
--- a/resource/ui/HudPlayerHealth.res
+++ b/resource/ui/HudPlayerHealth.res
@@ -21,14 +21,15 @@
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthImage"
- "xpos" "9999"
- "ypos" "9999"
+ "xpos" "90"
+ "ypos" "0"
"zpos" "4"
"wide" "70"
"tall" "70"
"visible" "1"
"enabled" "1"
- "scaleImage" "1"
+ "scaleImage" "1"
+ "alpha" "0"
}
"PlayerStatusHealthImageBG"
{
@@ -94,7 +95,7 @@
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusBleedImage"
- "xpos" "100"
+ "xpos" "0"
"ypos" "0"
"zpos" "7"
"wide" "32"