diff options
Diffstat (limited to 'resource/ui/spectatortournamentguihealth.res')
| -rw-r--r-- | resource/ui/spectatortournamentguihealth.res | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/resource/ui/spectatortournamentguihealth.res b/resource/ui/spectatortournamentguihealth.res new file mode 100644 index 0000000..e935420 --- /dev/null +++ b/resource/ui/spectatortournamentguihealth.res @@ -0,0 +1,80 @@ +"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" + } + + "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" "Spec Health Normal" + } + + "PlayerStatusHealthValueSpectatorBG" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueSpectatorBG" + "xpos" "1" + "ypos" "1" + "zpos" "4" + "wide" "25" + "tall" "16" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "CerbeticaBold16" + "fgcolor" "0 0 0 100" + } +}
\ No newline at end of file |
