From df288cfafc687d8aad8bb05b0413ce8b173317f3 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Mon, 24 Sep 2012 02:33:37 -0500 Subject: Initial Upload --- resource/ui/SpectatorGUIHealth.res | 102 +++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 resource/ui/SpectatorGUIHealth.res (limited to 'resource/ui/SpectatorGUIHealth.res') diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res new file mode 100644 index 0000000..4f446cf --- /dev/null +++ b/resource/ui/SpectatorGUIHealth.res @@ -0,0 +1,102 @@ +"Resource/UI/SpectatorGUIHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "9999" + "ypos" "9999" + "zpos" "4" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "2" + "wide" "28" + "tall" "28" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "5" + "ypos" "5" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + "PlayerStatusHealthValue" + { + "ControlName" "Label" + "fieldName" "PlayerStatusHealthValue" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "1000" + "tall" "1000" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + } + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-9" + "ypos" "7" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "textAlignment" "center" + } + "PlayerStatusHealthValueBackground" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueBackground" + "xpos" "-8" + "ypos" "8" + "zpos" "5" + "wide" "50" + "tall" "18" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "font" "CerbeticaBold16" + "fgcolor" "0 0 0 255" + "textAlignment" "center" + } +} -- cgit v1.2.3