diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/hudobjectivekothtimepanel.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/hudobjectivekothtimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivekothtimepanel.res | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res new file mode 100644 index 0000000..119935b --- /dev/null +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -0,0 +1,146 @@ +"Resource/UI/HudObjectiveKothTimePanel.res" +{ + "HudKothTimeStatus" + { + if_match + { + "zpos" "5" + } + } + + "BlueTimer" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTimer" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-.7" + "ypos" "4" + "delta_item_x" "10" + "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" "Cerbetica22" + "fgcolor" "TanLight" + "xpos" "25" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + + if_match + { + "proportionaltoparent" "1" + "font" "HudFontSmall" + "xpos" "10" + "ypos" "9" + "tall" "10" + "wide" "35" + } + } + } + + "RedTimer" + { + "ControlName" "ImagePanel" + "fieldName" "RedTimer" + "xpos" "50" + "ypos" "0" + "zpos" "10" + "wide" "100" + "tall" "150" + "visible" "1" + "enabled" "1" + "delta_item_x" "0" + "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" "Cerbetica22" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.77" + "ypos" "4" + "delta_item_x" "50" + "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" "Cerbetica22" + "fgcolor" "TanLight" + "xpos" "25" + "ypos" "0" + "zpos" "3" + "wide" "50" + "tall" "24" + "visible" "1" + "enabled" "1" + "delta_item_x" "22" + "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" "Cerbetica20" + "textAlignment" "center" + "labelText" "0:00" + + if_match + { + "proportionaltoparent" "1" + "font" "HudFontSmall" + "xpos" "rs1-15" + "ypos" "9" + "wide" "35" + "tall" "10" + } + } + } + + "ActiveTimerBG" + { + "ControlName" "ImagePanel" + "fieldName" "ActiveTimerBG" + "xpos" "15" + "ypos" "23" + "zpos" "10" + "wide" "50" + "tall" "2" + "visible" "0" + "enabled" "1" + "fillcolor" "TanLight" + } +}
\ No newline at end of file |
