From 631cd0d3234157027bdcfc411ca708937774ecd7 Mon Sep 17 00:00:00 2001 From: raysfire Date: Thu, 19 Jun 2014 19:05:10 -0500 Subject: Updated health to reflect parachute icon --- minmode/resource/ui/HudPlayerHealth-cross.res | 16 ++++++++++++++++ minmode/resource/ui/HudPlayerHealth-teambar.res | 16 ++++++++++++++++ minmode/resource/ui/HudPlayerHealth.res | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) (limited to 'minmode') diff --git a/minmode/resource/ui/HudPlayerHealth-cross.res b/minmode/resource/ui/HudPlayerHealth-cross.res index c0ce752..47b197a 100644 --- a/minmode/resource/ui/HudPlayerHealth-cross.res +++ b/minmode/resource/ui/HudPlayerHealth-cross.res @@ -362,4 +362,20 @@ "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } } diff --git a/minmode/resource/ui/HudPlayerHealth-teambar.res b/minmode/resource/ui/HudPlayerHealth-teambar.res index 6dc9a71..a1759f8 100644 --- a/minmode/resource/ui/HudPlayerHealth-teambar.res +++ b/minmode/resource/ui/HudPlayerHealth-teambar.res @@ -335,4 +335,20 @@ "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } } diff --git a/minmode/resource/ui/HudPlayerHealth.res b/minmode/resource/ui/HudPlayerHealth.res index a10711a..65b0dc2 100644 --- a/minmode/resource/ui/HudPlayerHealth.res +++ b/minmode/resource/ui/HudPlayerHealth.res @@ -310,4 +310,20 @@ "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } } -- cgit v1.2.3