diff options
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/IntroMenu.res | 281 |
1 files changed, 281 insertions, 0 deletions
diff --git a/resource/ui/IntroMenu.res b/resource/ui/IntroMenu.res new file mode 100644 index 0000000..31559a9 --- /dev/null +++ b/resource/ui/IntroMenu.res @@ -0,0 +1,281 @@ +"Resource/UI/IntroMenu.res" +{ + "intro" + { + "ControlName" "CTFIntroMenu" + "fieldName" "intro" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "titlelabel" + { + "ControlName" "CExLabel" + "fieldName" "titlelabel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "Skip" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Skip" + "xpos" "c60" + "ypos" "c96" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "SKIP" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "skip" + "font" "Cerbetica20" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "Continue" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Continue" + "xpos" "r190" + "xpos_lodef" "r222" + "xpos_hidef" "r232" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2"` + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Continue" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "skip" + "font" "MenuSmallFont" + } + + "Back" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Back" + "xpos" "c-180" + "ypos" "c96" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "BACK" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "back" + "font" "Cerbetica20" + "paintbackground" "0" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "ReplayVideo" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "ReplayVideo" + "xpos" "40" + "xpos_hidef" "50" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "labelText" "#TF_ReplayIntro" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "replayVideo" + "font" "MenuSmallFont" + "fgcolor" "Black" + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "9999" + "ypos" "9999" + "zpos" "5" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "VideoPanel" + { + "ControlName" "CTFVideoPanel" + "fieldName" "VideoPanel" + "xpos" "c-170" + "ypos" "c-120" + "zpos" "3" + "wide" "360" + "tall" "250" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "start_delay" "2.0" + "end_delay" "2.0" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_welcome01_screen.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "310" + "origin_y" "0" + "origin_z" "-39" + + "animation" + { + "name" "Up" + "sequence" "screenup" + } + + "animation" + { + "name" "UpSlow" + "sequence" "screenup_slow" + } + + "animation" + { + "name" "Down" + "sequence" "screendown" + "default" "1" + } + } + } + + "VideoCaption" + { + "ControlName" "CExLabel" + "fieldName" "VideoCaption" + "xpos" "c-145" + "ypos" "c40" + "zpos" "6" + "wide" "295" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" " " + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "IntroMenuCaption" + "fgcolor" "White" + "wrap" "1" + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "textadjust" "3" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "intro" + "text" "#GameUI_Back" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "continue" + "text" "#Button_SkipIntro_360" + "icon" "#GameUI_Icons_A_BUTTON" + } + } +} |
