diff options
| author | ibruton <[email protected]> | 2016-03-17 21:04:18 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-17 21:04:18 -0500 |
| commit | d9242c8c8e10eef950ea4016ebc6aeb502ab00bc (patch) | |
| tree | e4c92406ae143e844b3ba55a957289b3c35e52a9 /resource/ui/hudmatchstatus.res | |
| parent | 7f68319f6faecf910e6cb00e79b8b0c77e842cd4 (diff) | |
Updated to be compatible with new MM changes
Diffstat (limited to 'resource/ui/hudmatchstatus.res')
| -rw-r--r-- | resource/ui/hudmatchstatus.res | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res new file mode 100644 index 0000000..fb020f9 --- /dev/null +++ b/resource/ui/hudmatchstatus.res @@ -0,0 +1,129 @@ +"Resource/UI/Competitive.res" +{ + "RoundSignModel" + { + "ControlName" "CModelPanel" + "fieldName" "RoundSignModel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + "model" + { + "modelname" "models/props_ui/round_banner.mdl" + "skin" "0" + "angles_x" "30" + "angles_y" "180" + "angles_z" "0" + "origin_x" "150" + "origin_y" "0" + "origin_z" "62" + "spotlight" "1" + + "animation" + { + "name" "ref" + "sequence" "ref" + "default" "1" + } + + "animation" + { + "name" "intro" + "sequence" "intro" + } + + "animation" + { + "name" "outro" + "sequence" "outro" + } + } + } + + "RoundCounter" + { + "fieldName" "RoundCounter" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "300" + "tall" "100" + "visible" "1" + "enabled" "1" + + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "c-55" + "ypos" "0" [$WIN32] + "zpos" "2" + "wide" "110" + "tall" "150" + "visible" "0" + "enabled" "1" + "delta_item_x" "22" [$WIN32] + "delta_item_x" "115" [$X360] + "delta_item_start_y" "50" + "delta_item_end_y" "70" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "HudFontMedium" + + if_comp + { + "ypos_minmode" "0" + "delta_item_x" "35" + "delta_item_start_y" "12" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "HudFontMediumSmall" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "HudFontMediumSmall" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontMedium" + "fgcolor" "TanLight" + "xpos" "28" + "ypos" "-4" + "zpos" "3" + "wide" "45" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + + if_comp + { + "proportionaltoparent" "1" + + "xpos" "cs-0.5" + "ypos" "9" + "ypos_minmode" "9" + "tall" "10" + "font" "HudFontSmall" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontSmall" + } + } + } +} |
