summaryrefslogtreecommitdiff
path: root/minmode
diff options
context:
space:
mode:
Diffstat (limited to 'minmode')
-rw-r--r--minmode/resource/ui/HudObjectiveFlagPanel.res32
-rw-r--r--minmode/resource/ui/econ/ItemModelPanel.res16
-rw-r--r--minmode/resource/ui/econ/itemmodelpanelcollectionitem.res16
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"