diff options
Diffstat (limited to 'resource/ui/hudaccountpanel.res')
| -rw-r--r-- | resource/ui/hudaccountpanel.res | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res new file mode 100644 index 0000000..3c8c193 --- /dev/null +++ b/resource/ui/hudaccountpanel.res @@ -0,0 +1,132 @@ +"Resource/UI/HudAccountPanel.res" +{ + "CHudAccountPanel" + { + "delta_item_x" "12" + "delta_item_start_y" "130" + "delta_item_end_y" "150" + "delta_item_start_y_minmode" "75" + "delta_item_end_y_minmode" "105" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica20" + "delta_item_font_minmode" "Cerbetica16" + } + "CHudAccountPanelOutline" + { + "delta_item_x" "0" + "delta_item_start_y" "120" + "delta_item_end_y" "150" + "delta_item_start_y_minmode" "75" + "delta_item_end_y_minmode" "105" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "Cerbetica20" + "delta_item_font_minmode" "Cerbetica16" + } + + "AccountBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "9999" + "ypos" "9999" + "zpos" "0" + "wide" "84" + "tall" "42" + "visible" "1" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_3" "../hud/misc_ammo_area_blue" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "0" + "ypos" "120" + "ypos_minmode" "70" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + "MetalIconBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIconBackground" + "xpos" "-1" + "ypos" "-1" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TransparentBlack" + + "pin_to_sibling" "MetalIcon" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + + "AccountValue" + { + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "1" + "ypos" "112" + "ypos_minmode" "62" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "font_minmode" "Cerbetica20" + } + + "AccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "-1" + "ypos" "-1" + "zpos" "2" + "wide" "55" + "tall" "26" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "Cerbetica24" + "font_minmode" "Cerbetica20" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "AccountValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } +} |
