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/HudStopWatch.res | 206 ----------------------------------- 1 file changed, 206 deletions(-) delete mode 100644 minmode/resource/ui/HudStopWatch.res (limited to 'minmode/resource/ui/HudStopWatch.res') diff --git a/minmode/resource/ui/HudStopWatch.res b/minmode/resource/ui/HudStopWatch.res deleted file mode 100644 index 549f76f..0000000 --- a/minmode/resource/ui/HudStopWatch.res +++ /dev/null @@ -1,206 +0,0 @@ -"Resource/UI/HudStopWatch.res" -{ - "HudStopWatchBG" - { - "ControlName" "ScalableImagePanel" - "fieldName" "HudStopWatchBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "300" - "tall" "31" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "image" "../HUD/tournament_panel_brown" - - - "src_corner_height" "23" // pixels inside the image - "src_corner_width" "23" - - "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "7" - } - - "StopWatchImageCaptureTime" - { - "ControlName" "ImagePanel" - "fieldName" "StopWatchImageCaptureTime" - "xpos" "9999" - "ypos" "9999" - "zpos" "0" - "wide" "17" - "tall" "17" - "visible" "1" - "enabled" "1" - "image" "../hud/ico_time_10" - "scaleImage" "1" - //"teambg_2" "../hud/objectives_timepanel_red_bg" - //"teambg_3" "../hud/objectives_timepanel_blue_bg" - } - - "ObjectiveStatusTimePanel" - { - "ControlName" "EditablePanel" - "fieldName" "ObjectiveStatusTimePanel" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "300" - "tall" "150" - "visible" "0" - "enabled" "1" - - - if_comp - { - "xpos" "0" - "ypos" "28" - } - - "TimePanelValue" - { - "ControlName" "CExLabel" - "fieldName" "TimePanelValue" - "font" "Cerbetica20" - "fgcolor" "TanLight" - "xpos" "-186" - "ypos" "-3" - "zpos" "3" - "wide" "300" - "tall" "31" - "visible" "1" - "enabled" "1" - "textAlignment" "east" - - if_comp - { - "xpos" "-170" - "font" "Cerbetica12" - "ypos" "0" - } - } - } - - "StopWatchScoreToBeat" - { - "ControlName" "CExLabel" - "fieldName" "StopWatchScoreToBeat" - "font" "Cerbetica20" - "labelText" "%scoretobeat%" - "textAlignment" "west" - "xpos" "178" - "ypos" "-3" - "zpos" "4" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - - - if_comp - { - "font" "Cerbetica12" - "xpos" "146" - "ypos" "28" - } - } - "StopWatchPointsLabel" - { - "ControlName" "CExLabel" - "fieldName" "StopWatchPointsLabel" - "font" "Cerbetica20" - "labelText" "captures" - "textAlignment" "west" - "xpos" "192" - "ypos" "-3" - "zpos" "4" - "wide" "300" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "0" - - if_comp - { - "font" "Cerbetica12" - "xpos" "158" - "ypos" "28" - } - } - - "StopWatchLabel" - { - "ControlName" "CExLabel" - "fieldName" "StopWatchLabel" - "font" "Cerbetica14" - "labelText" "%stopwatchlabel%" - "textAlignment" "west" - "xpos" "180" - "ypos" "-2" - "zpos" "4" - "wide" "150" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "wrap" "1" - - if_comp - { - "font" "Cerbetica12" - "textAlignment" "center" - "wide" "80" - "xpos" "100" - "ypos" "28" - } - } - - "HudStopWatchDescriptionBG" - { - "ControlName" "ScalableImagePanel" - "fieldName" "HudStopWatchDescriptionBG" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "300" - "tall" "19" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "image" "../hud/objectives_timepanel_suddendeath" - - - "src_corner_height" "2" // pixels inside the image - "src_corner_width" "2" - - "draw_corner_width" "2" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "2" - } - - "StopWatchDescriptionLabel" - { - "ControlName" "CExLabel" - "fieldName" "StopWatchDescriptionLabel" - "font" "ClockSubTextTiny" - "labelText" "%descriptionlabel%" - "textAlignment" "center" - "xpos" "9999" - "ypos" "9999" - "zpos" "4" - "wide" "125" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "1" - "wrap" "0" - } -} \ No newline at end of file -- cgit v1.2.3