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