[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="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 13 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.25,0},{0.6,0},{0.3,0}}" /> |
---|
[6417] | 14 | <Event Name="Clicked" Function="MainMenu.QuickGameTestButton_clicked"/> |
---|
[5491] | 15 | </Window> |
---|
[6746] | 16 | <Window Type="MenuWidgets/Button" Name="orxonox/SingleplayerButton" > |
---|
[6417] | 17 | <Property Name="Text" Value="Singleplayer" /> |
---|
[5700] | 18 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 19 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.325,0},{0.6,0},{0.375,0}}" /> |
---|
[6417] | 20 | <Event Name="Clicked" Function="MainMenu.SingleplayerButton_clicked"/> |
---|
[5527] | 21 | </Window> |
---|
[6746] | 22 | <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerButton" > |
---|
[6417] | 23 | <Property Name="Text" Value="Multiplayer" /> |
---|
| 24 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 25 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.4,0},{0.6,0},{0.45,0}}" /> |
---|
[6417] | 26 | <Event Name="Clicked" Function="MainMenu.MultiplayerButton_clicked"/> |
---|
[5491] | 27 | </Window> |
---|
[11502] | 28 | <Window Type="MenuWidgets/Button" Name="orxonox/HighscoreButton" > |
---|
| 29 | <Property Name="Text" Value="Highscore" /> |
---|
| 30 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 31 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.475,0},{0.6,0},{0.525,0}}" /> |
---|
| 32 | <Event Name="Clicked" Function="MainMenu.HighscoreButton_clicked"/> |
---|
| 33 | </Window> |
---|
[6746] | 34 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsButton" > |
---|
[6417] | 35 | <Property Name="Text" Value="Settings" /> |
---|
| 36 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 37 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.55,0},{0.6,0},{0.6,0}}" /> |
---|
[6417] | 38 | <Event Name="Clicked" Function="MainMenu.SettingsButton_clicked"/> |
---|
[5491] | 39 | </Window> |
---|
[6746] | 40 | <Window Type="MenuWidgets/Button" Name="orxonox/CreditsButton" > |
---|
[6417] | 41 | <Property Name="Text" Value="Credits" /> |
---|
| 42 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 43 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" /> |
---|
[6417] | 44 | <Event Name="Clicked" Function="MainMenu.CreditsButton_clicked"/> |
---|
[5491] | 45 | </Window> |
---|
[6746] | 46 | <Window Type="MenuWidgets/Button" Name="orxonox/ExitButton" > |
---|
[6417] | 47 | <Property Name="Text" Value="Exit" /> |
---|
| 48 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
[11502] | 49 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.7,0},{0.6,0},{0.75,0}}" /> |
---|
[6417] | 50 | <Event Name="Clicked" Function="MainMenu.ExitButton_clicked"/> |
---|
[5491] | 51 | </Window> |
---|
| 52 | </Window> |
---|
| 53 | </GUILayout> |
---|