diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 15:19:03 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 15:19:03 -0400 |
| commit | 90572a5be5d690c578f6bd6fcbe21dada75a1d81 (patch) | |
| tree | 93e77f097f12eb61534550e4b59a0d12cb90a593 /resource/ui/training/main.res | |
| parent | 37603a8118b9793c9c545e01479992d1b09d2afc (diff) | |
Added Training Mode panels
Diffstat (limited to 'resource/ui/training/main.res')
| -rw-r--r-- | resource/ui/training/main.res | 275 |
1 files changed, 275 insertions, 0 deletions
diff --git a/resource/ui/training/main.res b/resource/ui/training/main.res new file mode 100644 index 0000000..d09d0bc --- /dev/null +++ b/resource/ui/training/main.res @@ -0,0 +1,275 @@ +"Resource/training/main.res" +{ + "TrainingDialog" + { + "ControlName" "CTrainingDialog" + "fieldName" "TrainingDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Transparent" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "c-225" + "ypos" "c-180" + "zpos" "0" + "wide" "450" + "tall" "360" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "border" "CyanBorderThick" + + "GradientBgPanel" + { + "ControlName" "ImagePanel" + "FieldName" "GradientBgPanel" + "xpos" "10" + "ypos" "135" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "0" + "tileImage" "0" + "scaleImage" "1" + "image" "training/gradient" + "border" "ButtonBorder" + "paintbackgroundtype" "2" + "paintbackground" "1" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "DarkerGrey" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontMediumBold" + "labelText" "%title%" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "450" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "TanLight" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "HudFontMediumSmall" + "labelText" "%subtitle%" + "textAlignment" "center" + "xpos" "0" + "ypos" "35" + "zpos" "1" + "wide" "450" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "ypos" "320" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "ypos" "320" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ModeSelectionPanel" + { + "ControlName" "CModeSelectionPanel" + "fieldName" "ModeSelectionPanel" + "xpos" "0" + "ypos" "60" + "zpos" "2" + "wide" "500" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + "TrainingTitle" "#TF_Training_Title" + } + + "BasicTraining_ClassSelectionPanel" + { + "ControlName" "CBasicTraining_ClassSelectionPanel" + "fieldName" "BasicTraining_ClassSelectionPanel" + "xpos" "10" + "ypos" "40" + "zpos" "2" + "wide" "430" + "tall" "400" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + + "TrainingTitle" "#TR_AttackDefense" + "TrainingSubTitle" "#TF_SelectAClass" + + "Class0Token" "#TF_Soldier" + "Class1Token" "#TF_Demoman" + "Class2Token" "#TF_Spy" + "Class3Token" "#TF_Engineer" + + "Class0Image" "training/class_soldier" + "Class1Image" "training/class_demoman" + "Class2Image" "training/class_spy" + "Class3Image" "training/class_engineer" + + "Class0Command" "basictraining_classselection_soldier" + "Class1Command" "basictraining_classselection_demoman" + "Class2Command" "basictraining_classselection_spy" + "Class3Command" "basictraining_classselection_engineer" + } + + "BasicTraining_ClassDetailsPanel" + { + "ControlName" "CBasicTraining_ClassDetailsPanel" + "fieldName" "BasicTraining_ClassDetailsPanel" + "xpos" "0" + "ypos" "80" + "zpos" "2" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + "TrainingTitle" "#TR_AttackDefense" + } + + "OfflinePractice_ModeSelectionPanel" + { + "ControlName" "COfflinePractice_ModeSelectionPanel" + "fieldName" "OfflinePractice_ModeSelectionPanel" + "xpos" "0" + "ypos" "60" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + "TrainingTitle" "#TR_PracticeModeSelectTitle" + + "Mode0Token" "#Gametype_CP" + "Desc0Token" "#TF_GameModeDesc_CP" + "Image0Path" "illustrations/gamemode_cp" + "Mode0Id" "0" + + "Mode1Token" "#Gametype_Koth" + "Desc1Token" "#TF_GameModeDesc_Koth" + "Image1Path" "illustrations/gamemode_koth" + "Mode1Id" "1" + + "Mode2Token" "#Gametype_Escort" + "Desc2Token" "#TF_GameModeDesc_Escort" + "Image2Path" "illustrations/gamemode_payload" + "Mode2Id" "2" + } + + "OfflinePractice_MapSelectionPanel" + { + "ControlName" "COfflinePractice_MapSelectionPanel" + "fieldName" "OfflinePractice_MapSelectionPanel" + "xpos" "0" + "ypos" "60" + "wide" "450" + "tall" "500" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "paintBackground" "0" + "TrainingTitle" "#TR_PracticeMapSelectTitle" + } + } +}
\ No newline at end of file |
