diff options
| author | RaysFire <[email protected]> | 2013-01-12 20:14:01 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-01-12 20:14:01 -0600 |
| commit | 9a596e2e340d2d7dfaef014db5818b3b3782bef2 (patch) | |
| tree | 39926d143863718c4d45bcffb405a0b13ce0732a /minmode/resource/ui/HudPlayerHealth.res | |
| parent | 53d024a5747dedbf6e0bb34fb2baaf443c4e7529 (diff) | |
Fixed conditional images (bleed, milk, etc.) not appearing on huds without heatlh cross
Diffstat (limited to 'minmode/resource/ui/HudPlayerHealth.res')
| -rw-r--r-- | minmode/resource/ui/HudPlayerHealth.res | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/minmode/resource/ui/HudPlayerHealth.res b/minmode/resource/ui/HudPlayerHealth.res index 79a9fe2..1750556 100644 --- a/minmode/resource/ui/HudPlayerHealth.res +++ b/minmode/resource/ui/HudPlayerHealth.res @@ -21,14 +21,15 @@ {
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthImage"
- "xpos" "9999"
- "ypos" "9999"
+ "xpos" "105"
+ "ypos" "0"
"zpos" "4"
"wide" "70"
"tall" "70"
"visible" "1"
"enabled" "1"
- "scaleImage" "1"
+ "scaleImage" "1"
+ "alpha" "0"
}
"PlayerStatusHealthImageBG"
{
|
