diff options
| author | ibruton <[email protected]> | 2015-12-17 19:39:48 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2015-12-17 19:39:48 -0600 |
| commit | e2a0c4ff76faaf8253e5a98c4514b246ee0529e7 (patch) | |
| tree | 93ea927c91a5ce3129a0afab2fdf976aa26ef6c8 /resource/ui/HudObjectiveFlagPanel.res | |
| parent | e61366d2a766594622fe2fe4c936b3a66386c27e (diff) | |
Added in other Tough Break elements
Diffstat (limited to 'resource/ui/HudObjectiveFlagPanel.res')
| -rw-r--r-- | resource/ui/HudObjectiveFlagPanel.res | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/resource/ui/HudObjectiveFlagPanel.res b/resource/ui/HudObjectiveFlagPanel.res index acaa557..129c8ce 100644 --- a/resource/ui/HudObjectiveFlagPanel.res +++ b/resource/ui/HudObjectiveFlagPanel.res @@ -445,6 +445,38 @@ }
}
+ "PoisonIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "PoisonIcon"
+ "xpos" "cs-0.5"
+ "ypos" "r75"
+ "zpos" "6"
+ "wide" "40"
+ "tall" "o1"
+ "visible" "0"
+ "enabled" "1"
+ "image" "marked_for_death"
+ "scaleImage" "1"
+ }
+
+ "PoisonTimeLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "PoisonTimeLabel"
+ "xpos" "cs-0.5"
+ "ypos" "r65"
+ "zpos" "6"
+ "wide" "40"
+ "tall" "20"
+ "visible" "0"
+ "enabled" "1"
+ "textAlignment" "center"
+ "labelText" "%redscore%"
+ "font" "HudFontMediumBold"
+ "fgcolor" "TanLight"
+ }
+
"SpecCarriedImage"
{
"ControlName" "ImagePanel"
|
