summaryrefslogtreecommitdiff
path: root/resource/ui/hudinspectpanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
committerCriticalFlaw <[email protected]>2020-08-07 18:49:07 -0400
commitefba2d7f8d7c68205331fcc3accad683649faed8 (patch)
treef489c6a79f4e8e919f0ca89ff18cf6e6dddd5d34 /resource/ui/hudinspectpanel.res
parent8ab130c7f27a40993c76e43c3b7275477c18cd7c (diff)
Visual Tweaks
- Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others.
Diffstat (limited to 'resource/ui/hudinspectpanel.res')
-rw-r--r--resource/ui/hudinspectpanel.res59
1 files changed, 59 insertions, 0 deletions
diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res
new file mode 100644
index 0000000..9637e87
--- /dev/null
+++ b/resource/ui/hudinspectpanel.res
@@ -0,0 +1,59 @@
+"Resource/UI/HudInspectPanel.res"
+{
+ "itempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "itempanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "190"
+ "tall" "100"
+ "visible" "0"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "0"
+
+ "model_ypos" "10"
+ "model_center_x" "1"
+ "model_wide" "90"
+ "model_tall" "60"
+
+ "text_xpos" "10"
+ "text_ypos" "10"
+ "text_wide" "170"
+ "text_center" "1"
+
+ "max_text_height" "100"
+ "padding_height" "10"
+ "resize_to_text" "1"
+ "text_forcesize" "2"
+
+ "itemmodelpanel"
+ {
+ "fieldName" "itemmodelpanel"
+ "use_item_rendertarget" "0"
+ "useparentbg" "1"
+ "inventory_image_type" "1"
+ }
+
+ "ItemLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "ItemLabel"
+ "font" "HudFontSmall"
+ "xpos" "10"
+ "ypos" "3"
+ "zpos" "1"
+ "wide" "270"
+ "tall" "9"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#FreezePanel_Item"
+ "textAlignment" "Left"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ }
+} \ No newline at end of file