summaryrefslogtreecommitdiff
path: root/resource/ui/disguisestatuspanel-base.res
diff options
context:
space:
mode:
authorIgor <[email protected]>2021-07-04 21:31:22 -0400
committerGitHub <[email protected]>2021-07-04 21:31:22 -0400
commit09c61d25921c37ca1db41c464634bf16cbfb7494 (patch)
tree128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/disguisestatuspanel-base.res
parente9e324532cec11efafb57200c135fe3eb8397e22 (diff)
parent9fe1700457db24b0c7c1a7220b612a53a5482687 (diff)
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/disguisestatuspanel-base.res')
-rw-r--r--resource/ui/disguisestatuspanel-base.res169
1 files changed, 169 insertions, 0 deletions
diff --git a/resource/ui/disguisestatuspanel-base.res b/resource/ui/disguisestatuspanel-base.res
new file mode 100644
index 0000000..773fb15
--- /dev/null
+++ b/resource/ui/disguisestatuspanel-base.res
@@ -0,0 +1,169 @@
+"Resource/UI/ItemModelPanel.res"
+{
+ "itemmodelpanel"
+ {
+ "ControlName" "CEmbeddedItemModelPanel"
+ "fieldName" "itemmodelpanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "100"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "useparentbg" "1"
+ "fov" "54"
+ "start_framed" "1"
+ "disable_manipulation" "1"
+
+ "model"
+ {
+ "angles_x" "10"
+ "angles_y" "130"
+ "angles_z" "0"
+ }
+ }
+
+ "ShadedBar"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "150"
+ "tall" "30"
+ "visible" "1"
+ "enabled" "1"
+ "bgcolor_override" "TransparentBlack"
+ "PaintBackgroundType" "0"
+ }
+
+ "DisguiseStatusBG"
+ {
+ "ControlName" "CTFImagePanel"
+ "fieldName" "DisguiseStatusBG"
+ "xpos" "30"
+ "ypos" "0"
+ "zpos" "0"
+ "wide" "150"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/color_panel_brown"
+ "scaleImage" "1"
+ "teambg_1" "../hud/color_panel_brown"
+ "teambg_2" "../hud/color_panel_red"
+ "teambg_3" "../hud/color_panel_blu"
+
+ "src_corner_height" "23"
+ "src_corner_width" "23"
+ "draw_corner_width" "0"
+ "draw_corner_height" "0"
+ }
+
+ "DisguiseNameLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "DisguiseNameLabel"
+ "font" "HudFontSmall"
+ "xpos" "35"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%disguisename%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "DisguiseNameLabelShadow"
+ {
+ "ControlName" "Label"
+ "fieldName" "DisguiseNameLabelShadow"
+ "font" "HudFontSmall"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%disguisename%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor_override" "TransparentBlack"
+ "pin_to_sibling" "DisguiseNameLabel"
+ }
+
+ "WeaponNameLabel"
+ {
+ "ControlName" "Label"
+ "fieldName" "WeaponNameLabel"
+ "font" "HudFontSmallest"
+ "xpos" "35"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%weaponname%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+ "WeaponNameLabelShadow"
+ {
+ "ControlName" "Label"
+ "fieldName" "WeaponNameLabelShadow"
+ "font" "HudFontSmallest"
+ "xpos" "-1"
+ "ypos" "-1"
+ "zpos" "1"
+ "wide" "115"
+ "tall" "15"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "0"
+ "enabled" "0"
+ "labelText" "%weaponname%"
+ "textAlignment" "west"
+ "dulltext" "0"
+ "brighttext" "0"
+ "fgcolor_override" "TransparentBlack"
+ "pin_to_sibling" "WeaponNameLabel"
+ }
+
+ "SpectatorGUIHealth"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "SpectatorGUIHealth"
+ "xpos" "-7"
+ "ypos" "-10"
+ "zpos" "1"
+ "wide" "37"
+ "tall" "50"
+ "visible" "1"
+ "enabled" "1"
+ "HealthBonusPosAdj" "10"
+ "HealthDeathWarning" "0.49"
+ "TFFont" "HudFontSmall"
+ "HealthDeathWarningColor" "HUDDeathWarning"
+ "TextColor" "HudOffWhite"
+ }
+} \ No newline at end of file