From d15015c514cd89ed05c9ff75b011c1a30e8c03f7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 17 Oct 2016 09:50:12 -0600 Subject: Removed redundant minmode files A lot of the files are identical to the base rayshud files, so why incldue them? --- minmode/resource/ui/HudObjectiveKothTimePanel.res | 151 ---------------------- 1 file changed, 151 deletions(-) delete mode 100644 minmode/resource/ui/HudObjectiveKothTimePanel.res (limited to 'minmode/resource/ui/HudObjectiveKothTimePanel.res') diff --git a/minmode/resource/ui/HudObjectiveKothTimePanel.res b/minmode/resource/ui/HudObjectiveKothTimePanel.res deleted file mode 100644 index f618016..0000000 --- a/minmode/resource/ui/HudObjectiveKothTimePanel.res +++ /dev/null @@ -1,151 +0,0 @@ -"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" "28" - "ypos" "-4" - "zpos" "3" - "wide" "45" - "tall" "31" - "visible" "1" - "enabled" "1" - "textAlignment" "center" - "labelText" "0:00" - - if_match - { - "proportionaltoparent" "1" - - "xpos" "10" - "ypos" "9" - "tall" "10" - "wide" "35" - "font" "HudFontSmall" - } - } - } - - "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" "28" - "ypos" "-4" - "zpos" "3" - "wide" "45" - "tall" "31" - "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" - - "xpos" "rs1-15" - "ypos" "9" - "wide" "35" - "tall" "10" - "font" "HudFontSmall" - "font_minmode" "HudFontSmall" - "font_lodef" "HudFontSmall" - - } - } - } - - "ActiveTimerBG" - { - "ControlName" "ImagePanel" - "fieldName" "ActiveTimerBG" - "xpos" "15" - "ypos" "23" - "zpos" "10" - "wide" "50" - "tall" "2" - "visible" "0" - "enabled" "1" - "fillcolor" "TanLight" - } -} -- cgit v1.2.3