From 3a9cb7447bb27114d7298a68d83d25ec499c1d2d Mon Sep 17 00:00:00 2001 From: RaysFire Date: Mon, 10 Dec 2012 20:08:22 -0600 Subject: Added in a minmode! --- minmode/resource/ui/HudObjectiveTimePanel.res | 184 ++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 minmode/resource/ui/HudObjectiveTimePanel.res (limited to 'minmode/resource/ui/HudObjectiveTimePanel.res') diff --git a/minmode/resource/ui/HudObjectiveTimePanel.res b/minmode/resource/ui/HudObjectiveTimePanel.res new file mode 100644 index 0000000..505896f --- /dev/null +++ b/minmode/resource/ui/HudObjectiveTimePanel.res @@ -0,0 +1,184 @@ +"Resource/UI/HudObjectiveTimePanel.res" +{ + "TimePanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TimePanelBG" + "xpos" "25" + "ypos" "0" + "zpos" "2" + "wide" "50" + "tall" "24" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + "scaleImage" "1" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "TimePanelProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "TimePanelProgressBar" + "xpos" "67" + "ypos" "16" + "zpos" "4" + "wide" "20" + "wide_lodef" "25" + "tall" "20" + "tall_lodef" "25" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/objectives_timepanel_progressbar" + "color_active" "TimerProgress.Active" + "color_inactive" "TimerProgress.InActive" + "color_warning" "TimerProgress.Warning" + "percent_warning" "0.75" + } + "WaitingForPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "xpos" "25" + "ypos" "21" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_WaitingForPlayers" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "WaitingForPlayersBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "WaitingForPlayersBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "OvertimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "xpos" "25" + "ypos" "21" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Overtime" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "OvertimeBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "OvertimeBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "SuddenDeathLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "xpos" "25" + "ypos" "21" + "ypos_hidef" "41" + "ypos_lodef" "41" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_SuddenDeath" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "SuddenDeathBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SuddenDeathBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } + "SetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "xpos" "25" + "ypos" "21" + "zpos" "5" + "wide" "50" + "tall" "19" + "visible" "0" + "enabled" "1" + "labelText" "#game_Setup" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "Cerbetica12" + } + "SetupBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "SetupBG" + "xpos" "9999" [$WIN32] + "ypos" "9999" + "ypos_hidef" "-100" //off-screen + "ypos_lodef" "-100" //off-screen + "zpos" "1" + "wide" "78" + "tall" "20" + "tall_minmode" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "scaleImage" "1" + } +} -- cgit v1.2.3