1 | <?xml version='1.0' encoding='utf-8'?> |
---|
2 | <GUILayout version="4"> |
---|
3 | <Window name="MultiplayerBackground" 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},{1,0}}" /> |
---|
8 | <Property name="BackgroundEnabled" value="False" /> |
---|
9 | <Window name="MultiplayerWindow" type="MenuWidgets/StaticText"> |
---|
10 | <Property name="Text" value="Multiplayer" /> |
---|
11 | <Property name="Alpha" value="0.8" /> |
---|
12 | <Property name="InheritsAlpha" value="False" /> |
---|
13 | <Property name="HorzFormatting" value="CentreAligned" /> |
---|
14 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
15 | <Property name="VertFormatting" value="TopAligned" /> |
---|
16 | <Property name="Area" value="{{0.25,0},{0.2875,0},{0.75,0},{0.6375,0}}" /> |
---|
17 | <Window name="MultiplayerListbox" type="MenuWidgets/Listbox"> |
---|
18 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
19 | <Property name="Area" value="{{0.05,0},{0.15,0},{0.95,0},{0.8,0}}" /> |
---|
20 | </Window> |
---|
21 | <Window name="MultiplayerLanButton" type="MenuWidgets/RadioButton"> |
---|
22 | <Property name="Text" value="LAN" /> |
---|
23 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
24 | <Property name="Area" value="{{0.2,0},{0.87,0},{0.4,0},{0.97,0}}" /> |
---|
25 | <Event function="MultiplayerMenu.LanButton_clicked" name="SelectStateChanged" /> |
---|
26 | </Window> |
---|
27 | <Window name="MultiplayerInternetButton" type="MenuWidgets/RadioButton"> |
---|
28 | <Property name="Text" value="Internet" /> |
---|
29 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
30 | <Property name="Area" value="{{0.6,0},{0.87,0},{0.8,0},{0.97,0}}" /> |
---|
31 | <Event function="MultiplayerMenu.InternetButton_clicked" name="SelectStateChanged" /> |
---|
32 | </Window> |
---|
33 | </Window> |
---|
34 | <Window name="MultiplayerBackButton" type="MenuWidgets/Button"> |
---|
35 | <Property name="Text" value="Back" /> |
---|
36 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
37 | <Property name="Area" value="{{0.7125,0},{0.8625,0},{0.9125,0},{0.9125,0}}" /> |
---|
38 | <Event function="MultiplayerMenu.MultiplayerBackButton_clicked" name="Clicked" /> |
---|
39 | </Window> |
---|
40 | <Window name="MultiplayerJoinButton" type="MenuWidgets/Button"> |
---|
41 | <Property name="Text" value="Join" /> |
---|
42 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
43 | <Property name="Area" value="{{0.2875,0},{0.6625,0},{0.4875,0},{0.7125,0}}" /> |
---|
44 | <Event function="MultiplayerMenu.MultiplayerJoinButton_clicked" name="Clicked" /> |
---|
45 | </Window> |
---|
46 | <Window name="MultiplayerHostButton" type="MenuWidgets/Button"> |
---|
47 | <Property name="Text" value="Host" /> |
---|
48 | <Property name="MaxSize" value="{{1,0},{1,0}}" /> |
---|
49 | <Property name="Area" value="{{0.5125,0},{0.6625,0},{0.7125,0},{0.7125,0}}" /> |
---|
50 | <Event function="MultiplayerMenu.MultiplayerHostButton_clicked" name="Clicked" /> |
---|
51 | </Window> |
---|
52 | </Window> |
---|
53 | </GUILayout> |
---|