[6417] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <GUILayout > |
---|
[6746] | 4 | <Window Type="MenuWidgets/StaticImage" Name="orxonox/MainMenuBackground" > |
---|
[6417] | 5 | <Property Name="FrameEnabled" Value="False" /> |
---|
| 6 | <Property Name="InheritsAlpha" Value="False" /> |
---|
| 7 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[6746] | 8 | <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.0,0},{1.0,0}}" /> |
---|
[6417] | 9 | <Property Name="BackgroundEnabled" Value="False" /> |
---|
[6746] | 10 | <Window Type="MenuWidgets/Button" Name="orxonox/QuickGameTestButton" > |
---|
[6417] | 11 | <Property Name="Text" Value="Quickstart" /> |
---|
| 12 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.2875,0},{0.6,0},{0.3375,0}}" /> |
---|
| 13 | <Event Name="Clicked" Function="MainMenu.QuickGameTestButton_clicked"/> |
---|
[5491] | 14 | </Window> |
---|
[6746] | 15 | <Window Type="MenuWidgets/Button" Name="orxonox/SingleplayerButton" > |
---|
[6417] | 16 | <Property Name="Text" Value="Singleplayer" /> |
---|
[5700] | 17 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[6417] | 18 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.3625,0},{0.6,0},{0.4125,0}}" /> |
---|
| 19 | <Event Name="Clicked" Function="MainMenu.SingleplayerButton_clicked"/> |
---|
[5527] | 20 | </Window> |
---|
[6746] | 21 | <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerButton" > |
---|
[6417] | 22 | <Property Name="Text" Value="Multiplayer" /> |
---|
| 23 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 24 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.4375,0},{0.6,0},{0.4875,0}}" /> |
---|
| 25 | <Event Name="Clicked" Function="MainMenu.MultiplayerButton_clicked"/> |
---|
[5491] | 26 | </Window> |
---|
[6746] | 27 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsButton" > |
---|
[6417] | 28 | <Property Name="Text" Value="Settings" /> |
---|
| 29 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 30 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.5125,0},{0.6,0},{0.5625,0}}" /> |
---|
| 31 | <Event Name="Clicked" Function="MainMenu.SettingsButton_clicked"/> |
---|
[5491] | 32 | </Window> |
---|
[6746] | 33 | <Window Type="MenuWidgets/Button" Name="orxonox/CreditsButton" > |
---|
[6417] | 34 | <Property Name="Text" Value="Credits" /> |
---|
| 35 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 36 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.5875,0},{0.6,0},{0.6375,0}}" /> |
---|
| 37 | <Event Name="Clicked" Function="MainMenu.CreditsButton_clicked"/> |
---|
[5491] | 38 | </Window> |
---|
[6746] | 39 | <Window Type="MenuWidgets/Button" Name="orxonox/ExitButton" > |
---|
[6417] | 40 | <Property Name="Text" Value="Exit" /> |
---|
| 41 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 42 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" /> |
---|
| 43 | <Event Name="Clicked" Function="MainMenu.ExitButton_clicked"/> |
---|
[5491] | 44 | </Window> |
---|
| 45 | </Window> |
---|
| 46 | </GUILayout> |
---|