summaryrefslogtreecommitdiff
path: root/resource/ui/HudPlayerHealth-cross.res
diff options
context:
space:
mode:
authorraysfire <[email protected]>2014-04-02 03:28:55 -0700
committerraysfire <[email protected]>2014-04-02 03:28:55 -0700
commit4fa9b4d62ef6211b645ae1ed1a9ff2795bd83fe9 (patch)
tree60f433c6635b93150759f93fcc799014f9e44f3e /resource/ui/HudPlayerHealth-cross.res
parent540d445f7226d20fe78e73e79e81ca5801e4fddb (diff)
Added in support for the battalion's backup/buff banner icons on the HUD
Diffstat (limited to 'resource/ui/HudPlayerHealth-cross.res')
-rw-r--r--resource/ui/HudPlayerHealth-cross.res63
1 files changed, 63 insertions, 0 deletions
diff --git a/resource/ui/HudPlayerHealth-cross.res b/resource/ui/HudPlayerHealth-cross.res
index 429826a..6fb72c4 100644
--- a/resource/ui/HudPlayerHealth-cross.res
+++ b/resource/ui/HudPlayerHealth-cross.res
@@ -297,4 +297,67 @@
"image" "../vgui/marked_for_death"
"fgcolor" "TanDark"
}
+ "PlayerStatus_WheelOfDoom"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatus_WheelOfDoom"
+ "xpos" "100"
+ "ypos" "0"
+ "zpos" "7"
+ "wide" "32"
+ "tall" "32"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "../signs/death_wheel_whammy"
+ "fgcolor" "TanDark"
+ }
+ "PlayerStatus_SoldierOffenseBuff"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatus_SoldierOffenseBuff"
+ "xpos" "85"
+ "ypos" "0"
+ "zpos" "7"
+ "wide" "31"
+ "tall" "31"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "../HUD/defense_buff_bullet_blue"
+ "fgcolor" "TanDark"
+ }
+
+ "PlayerStatus_SoldierDefenseBuff"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatus_SoldierDefenseBuff"
+ "xpos" "85"
+ "ypos" "0"
+ "zpos" "7"
+ "wide" "31"
+ "tall" "31"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "../HUD/defense_buff_bullet_blue"
+ "fgcolor" "TanDark"
+ }
+
+ "PlayerStatus_SoldierHealOnHitBuff"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PlayerStatus_SoldierHealOnHitBuff"
+ "xpos" "85"
+ "xpos_minmode" "70"
+ "ypos" "0"
+ "zpos" "7"
+ "wide" "31"
+ "tall" "31"
+ "visible" "1"
+ "enabled" "1"
+ "scaleImage" "1"
+ "image" "../HUD/defense_buff_bullet_blue"
+ "fgcolor" "TanDark"
+ }
}