summaryrefslogtreecommitdiff
path: root/resource/ui/freezepanel_basic.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-12-30 15:11:57 -0500
committerCriticalFlaw <[email protected]>2020-12-30 15:11:57 -0500
commitfa52fc56431c410283f185f96c4849b9c5d12bf4 (patch)
tree12cb9619236dcf52474017eac3157cd248d6003a /resource/ui/freezepanel_basic.res
parent5752f38cce9d4623dbb13e13a3c7d466aae7c3e6 (diff)
Bug Fixes, see notes.
- Fixed the casual and competitive stats not displaying properly. - Fixed the sapper building panel not displaying when sapping a building. - Fixed the time added label not being positioned properly. - Fixed the KOTH timers not displaying team colors. - Fixed the buyback label not appearing in Mann vs. Machine. - Fixed the TargetID not displaying a team colored panel when looking at players. - Fixed the TargetID missing a hand icon for picking up buildings. - Added a score panel for the Passtime game mode. - Added a missing help label to the spell counter. - Removed unused files. - Miscellenaous tweaks and improvements.
Diffstat (limited to 'resource/ui/freezepanel_basic.res')
-rw-r--r--resource/ui/freezepanel_basic.res94
1 files changed, 10 insertions, 84 deletions
diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res
index db9447d..8e7220b 100644
--- a/resource/ui/freezepanel_basic.res
+++ b/resource/ui/freezepanel_basic.res
@@ -1,92 +1,18 @@
+#base "hudinspectpanel.res"
+
"Resource/UI/FreezePanel_Basic.res"
{
"itempanel"
{
- "ControlName" "CItemModelPanel"
- "fieldName" "itempanel"
- "xpos" "r249"
- "ypos" "c50"
- "zpos" "10"
- "wide" "240"
- "tall" "100"
- "visible" "0"
- "bgcolor_override" "255 255 255 0"
- "PaintBackgroundType" "0"
-
- "model_ypos" "20"
- "model_center_x" "1"
- "model_wide" "90"
- "model_tall" "60"
-
- "text_xpos" "10"
- "text_ypos" "10"
- "text_wide" "220"
- "text_center" "1"
-
- "max_text_height" "100"
- "padding_height" "10"
- "resize_to_text" "1"
- "text_forcesize" "2"
-
- "ItemBackground"
- {
- "ControlName" "ImagePanel"
- "fieldName" "ItemBackground"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "240"
- "tall" "900"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "TransparentBlack"
- }
-
- "TitleBackground"
- {
- "ControlName" "ImagePanel"
- "fieldName" "TitleBackground"
- "xpos" "4"
- "ypos" "4"
- "zpos" "-1"
- "wide" "232"
- "tall" "14"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "fillcolor" "TransparentBlack"
- }
-
- "itemmodelpanel"
- {
- "fieldName" "itemmodelpanel"
- "use_item_rendertarget" "0"
- "useparentbg" "1"
- "inventory_image_type" "1"
- }
+ // For some reason this doesnt obey the xpos set in HUD Layout
+ "xpos" "r249"
+ }
- "ItemLabel"
- {
- "ControlName" "CExLabel"
- "fieldName" "ItemLabel"
- "font" "HudFontSmall"
- "xpos" "10"
- "ypos" "3"
- "zpos" "1"
- "wide" "270"
- "tall" "16"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" "#FreezePanel_Item"
- "textAlignment" "Left"
- "dulltext" "0"
- "brighttext" "0"
- }
+ "FreezePanel"
+ {
+ "ControlName" "CTFFreezePanel"
+ "fieldName" "FreezePanel"
+ "screenshot_move_panel_to_corner" "0"
}
"FreezePanelBase"