1 | <?xml version='1.0' encoding='utf-8'?> |
---|
2 | <GUILayout version="4"> |
---|
3 | <Window name="CampaignBackground" type="MenuWidgets/StaticImage"> |
---|
4 | <Property name="FrameEnabled" value="False" /> |
---|
5 | <Property name="InheritsAlpha" value="False" /> |
---|
6 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
7 | <Property name="Area" value="{{0,0},{0,0},{1.0,0},{1.0,0}}" /> |
---|
8 | <Property name="BackgroundEnabled" value="False" /> |
---|
9 | <Window name="Mission1Button" type="MenuWidgets/Button"> |
---|
10 | <Property name="Text" value="Mission One" /> |
---|
11 | <Property name="Visible" value="False" /> |
---|
12 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
13 | <Property name="Area" value="{{0.35,0},{0.1,0},{0.65,0},{0.15,0}}" /> |
---|
14 | <Event function="CampaignMenu.Mission1Button_clicked" name="Clicked" /> |
---|
15 | </Window> |
---|
16 | <Window name="Mission2Button" type="MenuWidgets/Button"> |
---|
17 | <Property name="Text" value="Fight in our Back" /> |
---|
18 | <Property name="Visible" value="False" /> |
---|
19 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
20 | <Property name="Area" value="{{0.35,0},{0.18,0},{0.65,0},{0.23,0}}" /> |
---|
21 | <Property name="Disabled" value="True" /> |
---|
22 | <Event function="CampaignMenu.Mission2Button_clicked" name="Clicked" /> |
---|
23 | </Window> |
---|
24 | <Window name="Mission3Button" type="MenuWidgets/Button"> |
---|
25 | <Property name="Text" value="Pirate Attack" /> |
---|
26 | <Property name="Visible" value="False" /> |
---|
27 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
28 | <Property name="Area" value="{{0.35,0},{0.26,0},{0.65,0},{0.31,0}}" /> |
---|
29 | <Property name="Disabled" value="True" /> |
---|
30 | <Event function="CampaignMenu.Mission3Button_clicked" name="Clicked" /> |
---|
31 | </Window> |
---|
32 | <Window name="Mission4Button" type="MenuWidgets/Button"> |
---|
33 | <Property name="Text" value="Trip to Area 51" /> |
---|
34 | <Property name="Visible" value="False" /> |
---|
35 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
36 | <Property name="Area" value="{{0.35,0},{0.34,0},{0.65,0},{0.39,0}}" /> |
---|
37 | <Property name="Disabled" value="True" /> |
---|
38 | <Event function="CampaignMenu.Mission4Button_clicked" name="Clicked" /> |
---|
39 | </Window> |
---|
40 | <Window name="Mission5Button" type="MenuWidgets/Button"> |
---|
41 | <Property name="Text" value="Area 51 under Fire" /> |
---|
42 | <Property name="Visible" value="False" /> |
---|
43 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
44 | <Property name="Area" value="{{0.35,0},{0.42,0},{0.65,0},{0.47,0}}" /> |
---|
45 | <Property name="Disabled" value="True" /> |
---|
46 | <Event function="CampaignMenu.Mission5Button_clicked" name="Clicked" /> |
---|
47 | </Window> |
---|
48 | <Window name="Mission6Button" type="MenuWidgets/Button"> |
---|
49 | <Property name="Text" value="Escape the Bastards" /> |
---|
50 | <Property name="Visible" value="False" /> |
---|
51 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
52 | <Property name="Area" value="{{0.35,0},{0.50,0},{0.65,0},{0.55,0}}" /> |
---|
53 | <Property name="Disabled" value="True" /> |
---|
54 | <Event function="CampaignMenu.Mission6Button_clicked" name="Clicked" /> |
---|
55 | </Window> |
---|
56 | <Window name="Mission7Button" type="MenuWidgets/Button"> |
---|
57 | <Property name="Text" value="Expedition to Sector 5C" /> |
---|
58 | <Property name="Visible" value="False" /> |
---|
59 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
60 | <Property name="Area" value="{{0.35,0},{0.58,0},{0.65,0},{0.63,0}}" /> |
---|
61 | <Property name="Disabled" value="True" /> |
---|
62 | <Event function="CampaignMenu.Mission7Button_clicked" name="Clicked" /> |
---|
63 | </Window> |
---|
64 | <Window name="Mission8Button" type="MenuWidgets/Button"> |
---|
65 | <Property name="Text" value="Shuttle under Attack" /> |
---|
66 | <Property name="Visible" value="False" /> |
---|
67 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
68 | <Property name="Area" value="{{0.35,0},{0.66,0},{0.65,0},{0.71,0}}" /> |
---|
69 | <Property name="Disabled" value="True" /> |
---|
70 | <Event function="CampaignMenu.Mission8Button_clicked" name="Clicked" /> |
---|
71 | </Window> |
---|
72 | <Window name="Mission9Button" type="MenuWidgets/Button"> |
---|
73 | <Property name="Text" value="Retaliation" /> |
---|
74 | <Property name="Visible" value="False" /> |
---|
75 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
76 | <Property name="Area" value="{{0.35,0},{0.74,0},{0.65,0},{0.79,0}}" /> |
---|
77 | <Property name="Disabled" value="True" /> |
---|
78 | <Event function="CampaignMenu.Mission9Button_clicked" name="Clicked" /> |
---|
79 | </Window> |
---|
80 | <Window name="CampaignMenuBackButton" type="MenuWidgets/Button"> |
---|
81 | <Property name="Text" value="Back" /> |
---|
82 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
83 | <Property name="Area" value="{{0.35,0},{0.85,0},{0.65,0},{0.9,0}}" /> |
---|
84 | <Event function="CampaignMenu.CampaignMenuBackButton_clicked" name="Clicked" /> |
---|
85 | </Window> |
---|
86 | <Window name="CampaignMenuCongratulation" type="MenuWidgets/StaticText"> |
---|
87 | <Property name="Text" value="Campaign Completed!!!" /> |
---|
88 | <Property name="Visible" value="False" /> |
---|
89 | <Property name="InheritsAlpha" value="False" /> |
---|
90 | <Property name="HorzFormatting" value="HorzCentred" /> |
---|
91 | <Property name="VertFormatting" value="TopAligned" /> |
---|
92 | <Property name="MaxSize" value="{{2,1},{2,1}}" /> |
---|
93 | <Property name="Area" value="{{0.4,0},{0.15,0},{0.6,0},{0.2,0}}" /> |
---|
94 | </Window> |
---|
95 | </Window> |
---|
96 | </GUILayout> |
---|