summaryrefslogtreecommitdiff
path: root/resource/ui/SpectatorTournamentGUIHealth.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/SpectatorTournamentGUIHealth.res')
-rw-r--r--resource/ui/SpectatorTournamentGUIHealth.res75
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"
+}