diff options
Diffstat (limited to 'resource/ui/HudObjectiveKothTimePanel.res')
| -rw-r--r-- | resource/ui/HudObjectiveKothTimePanel.res | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/resource/ui/HudObjectiveKothTimePanel.res b/resource/ui/HudObjectiveKothTimePanel.res index 5d1defd..7a5ded3 100644 --- a/resource/ui/HudObjectiveKothTimePanel.res +++ b/resource/ui/HudObjectiveKothTimePanel.res @@ -1,5 +1,13 @@ "Resource/UI/HudObjectiveKothTimePanel.res" { + "HudKothTimeStatus" + { + if_comp + { + "zpos" "5" + } + } + "BlueTimer" { "ControlName" "ImagePanel" @@ -12,6 +20,21 @@ "visible" "1" "enabled" "1" + if_comp + { + "proportionaltoparent" "1" + "xpos" "cs-.7" + "ypos" "0" + "ypos_minmode" "0" + "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" @@ -27,6 +50,23 @@ "enabled" "1" "textAlignment" "center" "labelText" "0:00" + + if_comp + { + "proportionaltoparent" "1" + + "xpos" "10" + "xpos_minmode" "15" + "ypos" "9" + "ypos_minmode" "9" + "tall" "10" + "wide" "35" + "wide_minmode" "35" + "font" "HudFontSmall" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontSmall" + + } } } @@ -49,6 +89,21 @@ "delta_lifetime" "1.5" "delta_item_font" "Cerbetica22" + if_comp + { + "proportionaltoparent" "1" + "xpos" "cs-0.77" + "ypos" "0" + "ypos_minmode" "0" + "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" @@ -71,6 +126,20 @@ "delta_item_font" "Cerbetica20" "textAlignment" "center" "labelText" "0:00" + + if_comp + { + "proportionaltoparent" "1" + + "xpos" "rs1-15" + "ypos" "9" + "wide" "35" + "tall" "10" + "font" "HudFontSmall" + "font_minmode" "HudFontSmall" + "font_lodef" "HudFontSmall" + + } } } |
