- Timestamp:
- Oct 24, 2018, 11:32:57 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/WorldMap_HS18/data/gui/layouts/CampaignMenu.layout
r11803 r12053 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 9 11 <Window name="Mission1Text" type="MenuWidgets/Button"> 10 12 <Property name="Text" value="Mission One" /> … … 19 21 <Event function="CampaignMenu.Mission1Button_clicked" name="Clicked" /> 20 22 </Window> 23 21 24 <Window name="Mission2Text" type="MenuWidgets/Button"> 22 25 <Property name="Text" value="Fight in our Back" /> 23 <Property name="Visible" value=" False" />26 <Property name="Visible" value="True" /> 24 27 <Property name="Area" value="{{0.35,0},{0.6,0},{0.55,0},{0.65,0}}" /> 25 28 <Property name="Disabled" value="True" /> … … 27 30 </Window> 28 31 <Window name="Mission2Button" type="MenuWidgets/JuuButton"> 29 <Property name="Visible" value=" False" />32 <Property name="Visible" value="True" /> 30 33 <Property name="MaxSize" value="{{1,0},{1,0}}" /> 31 34 <Property name="Area" value="{{0.4,0},{0.7,0},{0.5,0},{0.85,0}}" /> … … 33 36 <Event function="CampaignMenu.Mission2Button_clicked" name="Clicked" /> 34 37 </Window> 38 35 39 <Window name="Mission3Text" type="MenuWidgets/Button"> 36 40 <Property name="Text" value="Pirate Attack" /> … … 47 51 <Event function="CampaignMenu.Mission3Button_clicked" name="Clicked" /> 48 52 </Window> 53 49 54 <Window name="Mission4Text" type="MenuWidgets/Button"> 50 55 <Property name="Text" value="Trip to Area 51" /> … … 61 66 <Event function="CampaignMenu.Mission4Button_clicked" name="Clicked" /> 62 67 </Window> 68 63 69 <Window name="Mission5Text" type="MenuWidgets/Button"> 64 70 <Property name="Text" value="Area 51 under Fire" /> … … 75 81 <Event function="CampaignMenu.Mission5Button_clicked" name="Clicked" /> 76 82 </Window> 83 77 84 <Window name="Mission6Text" type="MenuWidgets/Button"> 78 85 <Property name="Text" value="Escape the Bastards" /> … … 85 92 <Property name="Visible" value="False" /> 86 93 <Property name="MaxSize" value="{{1,0},{1,0}}" /> 94 87 95 <Property name="Area" value="{{0.6,0},{0.17,0},{0.65,0},{0.27,0}}" /> 88 <Property name="Disabled" value="True" /> 96 97 <Property name="Disabled" value="True" /> 89 98 <Event function="CampaignMenu.Mission6Button_clicked" name="Clicked" /> 90 99 </Window> … … 96 105 <Property name="Area" value="{{0.4,0},{0.025,0},{0.6,0},{0.075,0}}" /> 97 106 </Window> 107 98 108 <Window name="Mission7Button" type="MenuWidgets/JuuButton"> 99 109 <Property name="Visible" value="False" /> … … 117 127 <Event function="CampaignMenu.Mission8Button_clicked" name="Clicked" /> 118 128 </Window> 129 119 130 <Window name="Mission9Text" type="MenuWidgets/Button"> 120 131 <Property name="Text" value="Retaliation" /> … … 131 142 <Event function="CampaignMenu.Mission9Button_clicked" name="Clicked" /> 132 143 </Window> 144 133 145 <Window name="CampaignMenuBackButton" type="MenuWidgets/Button"> 134 146 <Property name="Text" value="Back" /> … … 146 158 <Property name="Area" value="{{0.4,0},{0.15,0},{0.6,0},{0.2,0}}" /> 147 159 </Window> 160 148 161 </Window> 149 162 </GUILayout>
Note: See TracChangeset
for help on using the changeset viewer.