summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/HudObjectiveKothTimePanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2016-10-17 09:50:12 -0600
committerCriticalFlaw <[email protected]>2016-10-17 09:50:12 -0600
commitd15015c514cd89ed05c9ff75b011c1a30e8c03f7 (patch)
tree3604a8a475bbbb34948709b4d113018d2d39b61e /minmode/resource/ui/HudObjectiveKothTimePanel.res
parent148f2c60cdfc87a7ea05d6a3b1706bba06c01b48 (diff)
Removed redundant minmode files
A lot of the files are identical to the base rayshud files, so why incldue them?
Diffstat (limited to 'minmode/resource/ui/HudObjectiveKothTimePanel.res')
-rw-r--r--minmode/resource/ui/HudObjectiveKothTimePanel.res151
1 files changed, 0 insertions, 151 deletions
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"
- }
-}