diff options
| author | RaysFire <[email protected]> | 2013-03-11 19:48:35 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-03-11 19:48:35 -0500 |
| commit | ee6017485a0a37b9e4e54f76c8dcab1d639fc6cc (patch) | |
| tree | 7b51412a67a8f0afc3ae60b725910c658dd94047 | |
| parent | 0e0c2f94b10a36a8bc3ef9e4f98f4ba680839e8b (diff) | |
Fixed team-colored health cross being on default in minmode.
| -rw-r--r-- | minmode/resource/ui/HudPlayerHealth-cross.res | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/minmode/resource/ui/HudPlayerHealth-cross.res b/minmode/resource/ui/HudPlayerHealth-cross.res index 54c0db6..466c8fa 100644 --- a/minmode/resource/ui/HudPlayerHealth-cross.res +++ b/minmode/resource/ui/HudPlayerHealth-cross.res @@ -15,8 +15,8 @@ "tall" "25" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../hud/color_panel_brown" "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" @@ -39,8 +39,8 @@ "tall" "11" "autoResize" "0" "pinCorner" "0" - "visible" "1" - "enabled" "1" + "visible" "0" + "enabled" "0" "image" "../hud/color_panel_brown" "scaleImage" "1" "teambg_1" "../hud/color_panel_brown" |
