[6363] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <GUILayout > |
---|
[6746] | 4 | <Window Type="MenuWidgets/StaticImage" Name="orxonox/MultiplayerBackground" > |
---|
[6363] | 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" /> |
---|
[6746] | 10 | <Window Type="MenuWidgets/StaticText" Name="orxonox/MultiplayerWindow" > |
---|
[6363] | 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" /> |
---|
[7648] | 17 | <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.2875,0},{0.75,0},{0.7,0}}" /> |
---|
[7163] | 18 | <Window Type="MenuWidgets/Listbox" Name="orxonox/MultiplayerListbox" > |
---|
[6363] | 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> |
---|
[6746] | 22 | <Window Type="MenuWidgets/RadioButton" Name="orxonox/MultiplayerJoinButton" > |
---|
[6363] | 23 | <Property Name="Text" Value="Join" /> |
---|
| 24 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[7648] | 25 | <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.81,0},{0.3,0},{0.89,0}}" /> |
---|
[6363] | 26 | <Event Name="SelectStateChanged" Function="MultiplayerMenu.MultiplayerJoinButton_clicked"/> |
---|
| 27 | </Window> |
---|
[6746] | 28 | <Window Type="MenuWidgets/RadioButton" Name="orxonox/MultiplayerHostButton" > |
---|
[6363] | 29 | <Property Name="Text" Value="Host" /> |
---|
| 30 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[7648] | 31 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.81,0},{0.6,0},{0.89,0}}" /> |
---|
[6363] | 32 | <Event Name="SelectStateChanged" Function="MultiplayerMenu.MultiplayerHostButton_clicked"/> |
---|
| 33 | </Window> |
---|
[6746] | 34 | <Window Type="MenuWidgets/RadioButton" Name="orxonox/MultiplayerDedicatedButton" > |
---|
[6363] | 35 | <Property Name="Text" Value="Dedicated" /> |
---|
| 36 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[7648] | 37 | <Property Name="UnifiedAreaRect" Value="{{0.7,0},{0.81,0},{0.9,0},{0.89,0}}" /> |
---|
[6363] | 38 | <Event Name="SelectStateChanged" Function="MultiplayerMenu.MultiplayerDedicatedButton_clicked"/> |
---|
| 39 | </Window> |
---|
[7648] | 40 | <Window Type="MenuWidgets/Checkbox" Name="orxonox/MultiplayerShowAllCheckbox" > |
---|
| 41 | <Property Name="Text" Value="show all" /> |
---|
| 42 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 43 | <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.89,0},{0.8,0},{0.99,0}}" /> |
---|
| 44 | <Property Name="Disabled" Value="True" /> |
---|
| 45 | <Event Name="CheckStateChanged" Function="MultiplayerMenu.MultiplayerShowAll_clicked"/> |
---|
| 46 | </Window> |
---|
[6363] | 47 | </Window> |
---|
[6746] | 48 | <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerStartButton" > |
---|
[6363] | 49 | <Property Name="Text" Value="Start" /> |
---|
| 50 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[7648] | 51 | <Property Name="UnifiedAreaRect" Value="{{0.2875,0},{0.725,0},{0.4875,0},{0.775,0}}" /> |
---|
[6363] | 52 | <Event Name="Clicked" Function="MultiplayerMenu.MultiplayerStartButton_clicked"/> |
---|
| 53 | </Window> |
---|
[6746] | 54 | <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerBackButton" > |
---|
[6363] | 55 | <Property Name="Text" Value="Back" /> |
---|
| 56 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[7648] | 57 | <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.725,0},{0.7125,0},{0.775,0}}" /> |
---|
[6363] | 58 | <Event Name="Clicked" Function="MultiplayerMenu.MultiplayerBackButton_clicked"/> |
---|
| 59 | </Window> |
---|
| 60 | </Window> |
---|
| 61 | </GUILayout> |
---|