Changeset 12180 for code/branches/Merge_HS18/data/gui/layouts
- Timestamp:
- Dec 11, 2018, 2:52:30 PM (6 years ago)
- Location:
- code/branches/Merge_HS18
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Merge_HS18
- Property svn:mergeinfo changed
/code/branches/WorldMap_HS18 (added) merged: 12036,12053-12055,12058-12060,12101,12106,12110,12131,12151-12152,12166
- Property svn:mergeinfo changed
-
code/branches/Merge_HS18/data/gui/layouts/CampaignMenu.layout
r11803 r12180 7 7 <Property name="Area" value="{{0,0},{0,0},{1.0,0},{1.0,0}}" /> 8 8 <Property name="BackgroundEnabled" value="False" /> 9 10 11 12 9 13 <Window name="Mission1Text" type="MenuWidgets/Button"> 10 14 <Property name="Text" value="Mission One" /> … … 13 17 <Event function="CampaignMenu.Mission1Button_clicked" name="Clicked" /> 14 18 </Window> 19 15 20 <Window name="Mission1Button" type="MenuWidgets/JuuButton"> 16 21 <Property name="Visible" value="False" /> … … 19 24 <Event function="CampaignMenu.Mission1Button_clicked" name="Clicked" /> 20 25 </Window> 26 21 27 <Window name="Mission2Text" type="MenuWidgets/Button"> 22 28 <Property name="Text" value="Fight in our Back" /> 23 <Property name="Visible" value=" False" />29 <Property name="Visible" value="True" /> 24 30 <Property name="Area" value="{{0.35,0},{0.6,0},{0.55,0},{0.65,0}}" /> 25 31 <Property name="Disabled" value="True" /> 26 32 <Event function="CampaignMenu.Mission2Button_clicked" name="Clicked" /> 27 33 </Window> 34 28 35 <Window name="Mission2Button" type="MenuWidgets/JuuButton"> 29 <Property name="Visible" value=" False" />36 <Property name="Visible" value="True" /> 30 37 <Property name="MaxSize" value="{{1,0},{1,0}}" /> 31 38 <Property name="Area" value="{{0.4,0},{0.7,0},{0.5,0},{0.85,0}}" /> … … 33 40 <Event function="CampaignMenu.Mission2Button_clicked" name="Clicked" /> 34 41 </Window> 42 35 43 <Window name="Mission3Text" type="MenuWidgets/Button"> 36 44 <Property name="Text" value="Pirate Attack" /> … … 47 55 <Event function="CampaignMenu.Mission3Button_clicked" name="Clicked" /> 48 56 </Window> 57 49 58 <Window name="Mission4Text" type="MenuWidgets/Button"> 50 59 <Property name="Text" value="Trip to Area 51" /> … … 61 70 <Event function="CampaignMenu.Mission4Button_clicked" name="Clicked" /> 62 71 </Window> 72 63 73 <Window name="Mission5Text" type="MenuWidgets/Button"> 64 74 <Property name="Text" value="Area 51 under Fire" /> … … 75 85 <Event function="CampaignMenu.Mission5Button_clicked" name="Clicked" /> 76 86 </Window> 87 77 88 <Window name="Mission6Text" type="MenuWidgets/Button"> 78 89 <Property name="Text" value="Escape the Bastards" /> … … 85 96 <Property name="Visible" value="False" /> 86 97 <Property name="MaxSize" value="{{1,0},{1,0}}" /> 98 87 99 <Property name="Area" value="{{0.6,0},{0.17,0},{0.65,0},{0.27,0}}" /> 88 <Property name="Disabled" value="True" /> 100 101 <Property name="Disabled" value="True" /> 89 102 <Event function="CampaignMenu.Mission6Button_clicked" name="Clicked" /> 90 103 </Window> … … 96 109 <Property name="Area" value="{{0.4,0},{0.025,0},{0.6,0},{0.075,0}}" /> 97 110 </Window> 111 98 112 <Window name="Mission7Button" type="MenuWidgets/JuuButton"> 99 113 <Property name="Visible" value="False" /> … … 117 131 <Event function="CampaignMenu.Mission8Button_clicked" name="Clicked" /> 118 132 </Window> 133 119 134 <Window name="Mission9Text" type="MenuWidgets/Button"> 120 135 <Property name="Text" value="Retaliation" /> … … 131 146 <Event function="CampaignMenu.Mission9Button_clicked" name="Clicked" /> 132 147 </Window> 148 133 149 <Window name="CampaignMenuBackButton" type="MenuWidgets/Button"> 134 150 <Property name="Text" value="Back" /> … … 137 153 <Event function="CampaignMenu.CampaignMenuBackButton_clicked" name="Clicked" /> 138 154 </Window> 155 156 139 157 <Window name="CampaignMenuCongratulation" type="MenuWidgets/StaticText"> 140 158 <Property name="Text" value="Campaign Completed!!!" /> … … 146 164 <Property name="Area" value="{{0.4,0},{0.15,0},{0.6,0},{0.2,0}}" /> 147 165 </Window> 166 148 167 </Window> 149 168 </GUILayout>
Note: See TracChangeset
for help on using the changeset viewer.