diff options
| author | raysfire <[email protected]> | 2014-12-22 20:00:36 -0600 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-12-22 20:00:36 -0600 |
| commit | 2978b32a1077f0e5a5da82beb78cdef2c4d011f9 (patch) | |
| tree | aab99a9cc16882ebb6aad82d51c59c6f54563caf /minmode/resource/ui/HudPlayerHealth-cross.res | |
| parent | 66906b6d8e66b6fe217f5ccc1f0634aa1432eae3 (diff) | |
Updated health to reflect new gamemode player statuses
Diffstat (limited to 'minmode/resource/ui/HudPlayerHealth-cross.res')
| -rw-r--r-- | minmode/resource/ui/HudPlayerHealth-cross.res | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudPlayerHealth-cross.res b/minmode/resource/ui/HudPlayerHealth-cross.res index a9284fc..fe46c63 100644 --- a/minmode/resource/ui/HudPlayerHealth-cross.res +++ b/minmode/resource/ui/HudPlayerHealth-cross.res @@ -378,4 +378,124 @@ "image" "" "fgcolor" "TanDark" } + "PlayerStatus_RuneStrength" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneStrength" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_strength_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneHaste" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneHaste" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_haste_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneRegen" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneRegen" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_regen_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneResist" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneResist" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_resist_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneVampire" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneVampire" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_vampire_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneWarlock" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneWarlock" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_warlock_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RunePrecision" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePrecision" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_precision_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneAgility" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneAgility" + "xpos" "85" + "ypos" "0" + "zpos" "7" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_agility_hud" + "fgcolor" "TanDark" + } } |
