diff options
| author | raysfire <[email protected]> | 2014-07-08 18:41:43 -0500 |
|---|---|---|
| committer | raysfire <[email protected]> | 2014-07-08 18:41:43 -0500 |
| commit | 42d857b9e6cd1153841b473c205dbc73fcf8a49e (patch) | |
| tree | 669c7f6df36cb25513f5a24d511fd92dd0711c9c | |
| parent | fa8d4a39b4ec3752ed82bcf4704760278aa28021 (diff) | |
Updated for quickplay beta!
| -rw-r--r-- | minmode/resource/ui/quickplaydialog.res | 169 | ||||
| -rw-r--r-- | resource/ui/quickplaydialog.res | 169 |
2 files changed, 332 insertions, 6 deletions
diff --git a/minmode/resource/ui/quickplaydialog.res b/minmode/resource/ui/quickplaydialog.res index 4918bed..8148b41 100644 --- a/minmode/resource/ui/quickplaydialog.res +++ b/minmode/resource/ui/quickplaydialog.res @@ -23,7 +23,7 @@ "xpos" "c-200" "ypos" "c-190" "wide" "400" - "tall" "380" + "tall" "400" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -839,13 +839,65 @@ "visible" "1" "enabled" "1" } + + "ExplainBetaButton" + { + "ControlName" "CExButton" + "fieldName" "ExplainBetaButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "explain_beta" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + + "pin_to_sibling" "BetaCheckButton" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "BetaCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "BetaCheckButton" + "labelText" "#TF_Quickplay_BetaMaps" + "Font" "HudFontSmallestBold" + "textAlignment" "west" + "Command" "beta_toggle" + "xpos" "10" + "ypos" "r30" + "zpos" "1" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } "CancelButton" { "ControlName" "CExButton" "fieldName" "CancelButton" "xpos" "290" - "ypos" "345" + "ypos" "365" "zpos" "20" "wide" "100" "tall" "25" @@ -865,6 +917,117 @@ "border_armed" "NoBorder" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } + "BetaExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BetaExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "280" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "50" + "end_y" "210" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "25" + "callout_inparents_y" "385" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#QuickplayBetaExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#QuickplayBetaExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + "proportionaltoparent" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } } } diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index 4918bed..8148b41 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -23,7 +23,7 @@ "xpos" "c-200" "ypos" "c-190" "wide" "400" - "tall" "380" + "tall" "400" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -839,13 +839,65 @@ "visible" "1" "enabled" "1" } + + "ExplainBetaButton" + { + "ControlName" "CExButton" + "fieldName" "ExplainBetaButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "explain_beta" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + + "pin_to_sibling" "BetaCheckButton" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "BetaCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "BetaCheckButton" + "labelText" "#TF_Quickplay_BetaMaps" + "Font" "HudFontSmallestBold" + "textAlignment" "west" + "Command" "beta_toggle" + "xpos" "10" + "ypos" "r30" + "zpos" "1" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } "CancelButton" { "ControlName" "CExButton" "fieldName" "CancelButton" "xpos" "290" - "ypos" "345" + "ypos" "365" "zpos" "20" "wide" "100" "tall" "25" @@ -865,6 +917,117 @@ "border_armed" "NoBorder" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - } + } + "BetaExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BetaExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "280" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "50" + "end_y" "210" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "25" + "callout_inparents_y" "385" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#QuickplayBetaExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#QuickplayBetaExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + "proportionaltoparent" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } } } |
