summaryrefslogtreecommitdiff
path: root/resource/ui/HudObjectiveTimePanel.res
diff options
context:
space:
mode:
authorIan Bruton <[email protected]>2012-09-24 02:33:37 -0500
committerIan Bruton <[email protected]>2012-09-24 02:34:42 -0500
commitdf288cfafc687d8aad8bb05b0413ce8b173317f3 (patch)
tree0a1675aa3feea6e1fc8c55df5b8eaff540681382 /resource/ui/HudObjectiveTimePanel.res
parent5476eb3b533101b6dec45fa0d9b81f1eba05674c (diff)
Initial Upload
Diffstat (limited to 'resource/ui/HudObjectiveTimePanel.res')
-rw-r--r--resource/ui/HudObjectiveTimePanel.res188
1 files changed, 188 insertions, 0 deletions
diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res
new file mode 100644
index 0000000..58d1031
--- /dev/null
+++ b/resource/ui/HudObjectiveTimePanel.res
@@ -0,0 +1,188 @@
+"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" "12"
+ "ypos" "21"
+ "zpos" "5"
+ "wide" "78"
+ "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" "12"
+ "ypos" "21"
+ "zpos" "5"
+ "wide" "78"
+ "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" "12"
+ "ypos" "21"
+ "ypos_hidef" "41"
+ "ypos_lodef" "41"
+ "zpos" "5"
+ "wide" "78"
+ "wide_hidef" "300"
+ "wide_lodef" "300"
+ "tall" "19"
+ "tall_hidef" "19"
+ "tall_lodef" "22"
+ "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" "12"
+ "ypos" "21"
+ "zpos" "5"
+ "wide" "78"
+ "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"
+ }
+}