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 /resource/ui | |
| parent | 90e83230007e787dff7520dbce8b847630d89934 (diff) | |
Added in support for new player statuses
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/HudPlayerHealth-broeselcross.res | 87 | ||||
| -rw-r--r-- | resource/ui/HudPlayerHealth-cross.res | 87 | ||||
| -rw-r--r-- | resource/ui/HudPlayerHealth-teambar.res | 88 | ||||
| -rw-r--r-- | resource/ui/HudPlayerHealth.res | 86 |
4 files changed, 327 insertions, 21 deletions
diff --git a/resource/ui/HudPlayerHealth-broeselcross.res b/resource/ui/HudPlayerHealth-broeselcross.res index a92f2b7..451b9a1 100644 --- a/resource/ui/HudPlayerHealth-broeselcross.res +++ b/resource/ui/HudPlayerHealth-broeselcross.res @@ -361,7 +361,24 @@ "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" } - "PlayerStatus_Parachute" + + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "115" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" @@ -377,7 +394,7 @@ "fgcolor" "TanDark" } - "PlayerStatus_RuneStrength" + "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" @@ -452,10 +469,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" @@ -464,7 +481,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../Effects/powerup_warlock_hud" + "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" } "PlayerStatus_RunePrecision" @@ -497,5 +514,65 @@ "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } } diff --git a/resource/ui/HudPlayerHealth-cross.res b/resource/ui/HudPlayerHealth-cross.res index 71a8a77..da697da 100644 --- a/resource/ui/HudPlayerHealth-cross.res +++ b/resource/ui/HudPlayerHealth-cross.res @@ -359,7 +359,23 @@ "image" "../HUD/defense_buff_bullet_blue" "fgcolor" "TanDark" } - "PlayerStatus_Parachute" + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "115" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" @@ -374,7 +390,8 @@ "image" "" "fgcolor" "TanDark" } - "PlayerStatus_RuneStrength" + + "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" @@ -449,10 +466,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" @@ -461,7 +478,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../Effects/powerup_warlock_hud" + "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" } "PlayerStatus_RunePrecision" @@ -494,4 +511,64 @@ "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } } diff --git a/resource/ui/HudPlayerHealth-teambar.res b/resource/ui/HudPlayerHealth-teambar.res index 1d943b8..5c4c6c1 100644 --- a/resource/ui/HudPlayerHealth-teambar.res +++ b/resource/ui/HudPlayerHealth-teambar.res @@ -324,7 +324,6 @@ "ControlName" "ImagePanel" "fieldName" "PlayerStatus_SoldierHealOnHitBuff" "xpos" "85" - "xpos_minmode" "70" "ypos" "0" "zpos" "7" "wide" "31" @@ -336,7 +335,23 @@ "fgcolor" "TanDark" } - "PlayerStatus_Parachute" + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "115" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" @@ -351,7 +366,8 @@ "image" "" "fgcolor" "TanDark" } - "PlayerStatus_RuneStrength" + + "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" @@ -426,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" @@ -438,7 +454,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../Effects/powerup_warlock_hud" + "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" } "PlayerStatus_RunePrecision" @@ -471,4 +487,64 @@ "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } } diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 97465cc..a417160 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -311,7 +311,23 @@ "fgcolor" "TanDark" } - "PlayerStatus_Parachute" + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "115" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_Parachute" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_Parachute" @@ -327,7 +343,7 @@ "fgcolor" "TanDark" } - "PlayerStatus_RuneStrength" + "PlayerStatus_RuneStrength" { "ControlName" "ImagePanel" "fieldName" "PlayerStatus_RuneStrength" @@ -402,10 +418,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" @@ -414,7 +430,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" - "image" "../Effects/powerup_warlock_hud" + "image" "../Effects/powerup_reflect_hud" "fgcolor" "TanDark" } "PlayerStatus_RunePrecision" @@ -447,4 +463,64 @@ "image" "../Effects/powerup_agility_hud" "fgcolor" "TanDark" } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "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" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } } |
