From e2a0c4ff76faaf8253e5a98c4514b246ee0529e7 Mon Sep 17 00:00:00 2001 From: ibruton Date: Thu, 17 Dec 2015 19:39:48 -0600 Subject: Added in other Tough Break elements --- minmode/resource/ui/HudObjectiveFlagPanel.res | 32 ++++++++++++++++++++++ minmode/resource/ui/econ/ItemModelPanel.res | 16 +++++++++++ .../ui/econ/itemmodelpanelcollectionitem.res | 16 +++++++++++ 3 files changed, 64 insertions(+) (limited to 'minmode') 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" -- cgit v1.2.3