diff options
| author | Ian Bruton <[email protected]> | 2012-09-24 02:33:37 -0500 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-09-24 02:34:42 -0500 |
| commit | df288cfafc687d8aad8bb05b0413ce8b173317f3 (patch) | |
| tree | 0a1675aa3feea6e1fc8c55df5b8eaff540681382 /resource/ui/SpectatorGUIHealth.res | |
| parent | 5476eb3b533101b6dec45fa0d9b81f1eba05674c (diff) | |
Initial Upload
Diffstat (limited to 'resource/ui/SpectatorGUIHealth.res')
| -rw-r--r-- | resource/ui/SpectatorGUIHealth.res | 102 |
1 files changed, 102 insertions, 0 deletions
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"
+ }
+}
|
