diff options
| author | ibruton <[email protected]> | 2015-10-28 20:31:36 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2015-10-28 20:31:36 -0500 |
| commit | 3f35ef2c071b86ed9cf009d3ac96f44b7bc922bf (patch) | |
| tree | 70a0c9b66bec6474f1fc9f0962f72f3a28e85e82 /minmode/resource/ui/HudPlayerHealth-teambar.res | |
| parent | 90e83230007e787dff7520dbce8b847630d89934 (diff) | |
Added in support for new player statuses
Diffstat (limited to 'minmode/resource/ui/HudPlayerHealth-teambar.res')
| -rw-r--r-- | minmode/resource/ui/HudPlayerHealth-teambar.res | 85 |
1 files changed, 81 insertions, 4 deletions
diff --git a/minmode/resource/ui/HudPlayerHealth-teambar.res b/minmode/resource/ui/HudPlayerHealth-teambar.res index d6f748d..622a52e 100644 --- a/minmode/resource/ui/HudPlayerHealth-teambar.res +++ b/minmode/resource/ui/HudPlayerHealth-teambar.res @@ -335,6 +335,22 @@ "fgcolor" "TanDark" } + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "115" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + "PlayerStatus_Parachute" { "ControlName" "ImagePanel" @@ -350,7 +366,8 @@ "image" "" "fgcolor" "TanDark" } - "PlayerStatus_RuneStrength" + + "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" @@ -425,10 +442,10 @@ "image" "../Effects/powerup_vampire_hud" "fgcolor" "TanDark" } - "PlayerStatus_RuneWarlock" + "PlayerStatus_RuneReflect" { "ControlName" "ImagePanel" - "fieldName" "PlayerStatus_RuneWarlock" + "fieldName" "PlayerStatus_RuneReflect" "xpos" "85" "ypos" "0" "zpos" "7" @@ -437,7 +454,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../Effects/powerup_warlock_hud" + "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" } "PlayerStatus_RunePrecision" @@ -470,4 +487,64 @@ "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_knockout_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneKing" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKing" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_king_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RunePlague" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePlague" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_plague_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneSupernova" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneSupernova" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } } |
