diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:34:42 -0400 |
| commit | 9f90bde42f138a30d5923b0af185f6edf08f37ac (patch) | |
| tree | 749bb19e39ede710bb0a26e20e44efef582efd9b /resource/ui/HudObjectiveTimePanel.res | |
| parent | ec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/HudObjectiveTimePanel.res')
| -rw-r--r-- | resource/ui/HudObjectiveTimePanel.res | 197 |
1 files changed, 0 insertions, 197 deletions
diff --git a/resource/ui/HudObjectiveTimePanel.res b/resource/ui/HudObjectiveTimePanel.res deleted file mode 100644 index f71cf65..0000000 --- a/resource/ui/HudObjectiveTimePanel.res +++ /dev/null @@ -1,197 +0,0 @@ -"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" - - if_match { - "visible" "0" - } - } - "TimePanelProgressBar" - { - "ControlName" "CTFProgressBar" - "fieldName" "TimePanelProgressBar" - "xpos" "67" - "ypos" "16" - "zpos" "4" - "wide" "20" - "tall" "20" - "visible" "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" - - if_match { - "visible" "0" - } - } - - "WaitingForPlayersLabel" - { - "ControlName" "CExLabel" - "fieldName" "WaitingForPlayersLabel" - "xpos" "25" - "ypos" "20" - "zpos" "5" - "wide" "50" - "tall" "24" - "visible" "0" - "enabled" "1" - "labelText" "#game_WaitingForPlayers" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" - - if_match - { - "xpos" "30" - } - } - "WaitingForPlayersBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "WaitingForPlayersBG" - "xpos" "9999" - } - - "OvertimeLabel" - { - "ControlName" "CExLabel" - "fieldName" "OvertimeLabel" - "xpos" "25" - "ypos" "20" - "zpos" "5" - "wide" "50" - "tall" "24" - "visible" "0" - "enabled" "1" - "labelText" "#game_Overtime" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" - - if_match - { - "xpos" "30" - } - } - "OvertimeBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "OvertimeBG" - "xpos" "9999" - } - - "SuddenDeathLabel" - { - "ControlName" "CExLabel" - "fieldName" "SuddenDeathLabel" - "xpos" "25" - "ypos" "20" - "zpos" "5" - "wide" "50" - "tall" "24" - "visible" "0" - "enabled" "1" - "labelText" "#game_SuddenDeath" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" - - if_match - { - "xpos" "30" - } - } - "SuddenDeathBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "SuddenDeathBG" - "xpos" "9999" - } - - "SetupLabel" - { - "ControlName" "CExLabel" - "fieldName" "SetupLabel" - "xpos" "25" - "ypos" "20" - "zpos" "5" - "wide" "50" - "tall" "24" - "visible" "0" - "enabled" "1" - "labelText" "#game_Setup" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" - - if_match - { - "xpos" "30" - } - } - "SetupBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "SetupBG" - "xpos" "9999" - } - - "ServerTimeLimitLabel" - { - "ControlName" "CExLabel" - "fieldName" "ServerTimeLimitLabel" - "xpos" "25" - "ypos" "20" - "zpos" "5" - "wide" "50" - "tall" "24" - "visible" "0" - "enabled" "1" - "labelText" "%servertimeleft%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "wrap" "0" - "font" "Cerbetica12" - - if_match - { - "xpos" "30" - } - } - "ServerTimeLimitLabelBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "ServerTimeLimitLabelBG" - "xpos" "9999" - } -}
\ No newline at end of file |
