[11793] | 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" /> |
---|
[11803] | 13 | <Property name="HorzFormatting" value="CentreAligned" /> |
---|
[11793] | 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}}" /> |
---|
[6363] | 20 | </Window> |
---|
[11793] | 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" /> |
---|
[7732] | 26 | </Window> |
---|
[11793] | 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" /> |
---|
[7732] | 32 | </Window> |
---|
[6363] | 33 | </Window> |
---|
[11793] | 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" /> |
---|
[6363] | 39 | </Window> |
---|
[11793] | 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" /> |
---|
[7689] | 45 | </Window> |
---|
[11793] | 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" /> |
---|
[7689] | 51 | </Window> |
---|
[6363] | 52 | </Window> |
---|
[11793] | 53 | </GUILayout> |
---|