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/SpectatorTournamentGUIHealth.res | |
| parent | 5476eb3b533101b6dec45fa0d9b81f1eba05674c (diff) | |
Initial Upload
Diffstat (limited to 'resource/ui/SpectatorTournamentGUIHealth.res')
| -rw-r--r-- | resource/ui/SpectatorTournamentGUIHealth.res | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/resource/ui/SpectatorTournamentGUIHealth.res b/resource/ui/SpectatorTournamentGUIHealth.res new file mode 100644 index 0000000..11670f5 --- /dev/null +++ b/resource/ui/SpectatorTournamentGUIHealth.res @@ -0,0 +1,75 @@ +"Resource/UI/SpectatorTournamentGUIHealth.res"
+{
+ "PlayerStatusHealthImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatusHealthImage"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "4"
+ "wide" "14"
+ "tall" "14"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ }
+ "PlayerStatusHealthImageBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatusHealthImageBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "3"
+ "wide" "16"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/health_bg"
+ "scaleImage" "1"
+ }
+ "BuildingStatusHealthImageBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "BuildingStatusHealthImageBG"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "2"
+ "wide" "22"
+ "tall" "22"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/health_equip_bg"
+ "scaleImage" "1"
+ }
+ "PlayerStatusHealthBonusImage"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatusHealthBonusImage"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "3"
+ "wide" "12"
+ "tall" "12"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/health_over_bg"
+ "scaleImage" "1"
+ }
+ "PlayerStatusHealthValueSpectator"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PlayerStatusHealthValueSpectator"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "25"
+ "tall" "16"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%Health%"
+ "textAlignment" "center"
+ "font" "CerbeticaBold16"
+ "fgcolor" "235 226 202 255"
+ }
+ "PlayerStatusHealthValue2"
+}
|
