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 /minmode | |
| parent | e61366d2a766594622fe2fe4c936b3a66386c27e (diff) | |
Added in other Tough Break elements
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ui/HudObjectiveFlagPanel.res | 32 | ||||
| -rw-r--r-- | minmode/resource/ui/econ/ItemModelPanel.res | 16 | ||||
| -rw-r--r-- | minmode/resource/ui/econ/itemmodelpanelcollectionitem.res | 16 |
3 files changed, 64 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudObjectiveFlagPanel.res b/minmode/resource/ui/HudObjectiveFlagPanel.res index acaa557..129c8ce 100644 --- a/minmode/resource/ui/HudObjectiveFlagPanel.res +++ b/minmode/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"
diff --git a/minmode/resource/ui/econ/ItemModelPanel.res b/minmode/resource/ui/econ/ItemModelPanel.res index 11bf719..fccd176 100644 --- a/minmode/resource/ui/econ/ItemModelPanel.res +++ b/minmode/resource/ui/econ/ItemModelPanel.res @@ -267,6 +267,22 @@ "enabled" "1" "scaleImage" "1" } + "is_loaner_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_loaner_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "contained_item_panel" { "ControlName" "CItemModelPanel" diff --git a/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res b/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res index b02adb3..d087cd1 100644 --- a/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res +++ b/minmode/resource/ui/econ/itemmodelpanelcollectionitem.res @@ -331,6 +331,22 @@ "scaleImage" "1" } + "is_loaner_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_loaner_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "contained_item_panel" { "ControlName" "CItemModelPanel" |
