From 5067bd702f5ca60fb745ddc7d16cd6b29f8b0f35 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Tue, 16 Oct 2012 00:08:37 -0500 Subject: Edited the tournament stopwatch --- resource/ui/HudStopWatch.res | 168 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 resource/ui/HudStopWatch.res (limited to 'resource/ui') diff --git a/resource/ui/HudStopWatch.res b/resource/ui/HudStopWatch.res new file mode 100644 index 0000000..63ed377 --- /dev/null +++ b/resource/ui/HudStopWatch.res @@ -0,0 +1,168 @@ +"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" + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "Cerbetica20" + "fgcolor" "TanLight" + "xpos" "-183" + "ypos" "-3" + "zpos" "3" + "wide" "300" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + } + } + + "StopWatchScoreToBeat" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchScoreToBeat" + "font" "Cerbetica20" + "labelText" "%scoretobeat%" + "textAlignment" "west" + "xpos" "180" + "ypos" "-3" + "zpos" "4" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "StopWatchPointsLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchPointsLabel" + "font" "Cerbetica20" + "labelText" "%pointslabel%" + "textAlignment" "west" + "xpos" "194" + "ypos" "-3" + "zpos" "4" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + } + + "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" + } + + "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