[6146] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <GUILayout > |
---|
| 4 | <Window Type="TaharezLook/StaticImage" Name="orxonox/MainMenuBackground" > |
---|
| 5 | <Property Name="Image" Value="set:MainMenuBackground image:Background" /> |
---|
| 6 | <Property Name="FrameEnabled" Value="False" /> |
---|
| 7 | <Property Name="InheritsAlpha" Value="False" /> |
---|
| 8 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 9 | <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1.02125,0},{1.02167,0}}" /> |
---|
| 10 | <Property Name="BackgroundEnabled" Value="False" /> |
---|
| 11 | <Window Type="TaharezLook/Button" Name="orxonox/QuickGameTestButton" > |
---|
| 12 | <Property Name="Text" Value="QUICK GAME TEST" /> |
---|
| 13 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 14 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.25,0},{0.6,0},{0.3,0}}" /> |
---|
| 15 | <Event Name="Clicked" Function="NewMainMenu.QuickGameTestButton_clicked"/> |
---|
| 16 | </Window> |
---|
| 17 | <Window Type="TaharezLook/Button" Name="orxonox/SingleplayerButton" > |
---|
| 18 | <Property Name="Text" Value="Singleplayer" /> |
---|
| 19 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 20 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.325,0},{0.6,0},{0.375,0}}" /> |
---|
| 21 | <Event Name="Clicked" Function="NewMainMenu.SingleplayerButton_clicked"/> |
---|
| 22 | </Window> |
---|
| 23 | <Window Type="TaharezLook/Button" Name="orxonox/MultiplayerButton" > |
---|
| 24 | <Property Name="Text" Value="Multiplayer" /> |
---|
| 25 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 26 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.4,0},{0.6,0},{0.45,0}}" /> |
---|
| 27 | <Event Name="Clicked" Function="NewMainMenu.MultiplayerButton_clicked"/> |
---|
| 28 | </Window> |
---|
| 29 | <Window Type="TaharezLook/Button" Name="orxonox/SettingsButton" > |
---|
| 30 | <Property Name="Text" Value="Settings" /> |
---|
| 31 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 32 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.475,0},{0.6,0},{0.525,0}}" /> |
---|
| 33 | <Event Name="Clicked" Function="NewMainMenu.SettingsButton_clicked"/> |
---|
| 34 | </Window> |
---|
| 35 | <Window Type="TaharezLook/Button" Name="orxonox/CreditsButton" > |
---|
| 36 | <Property Name="Text" Value="Credits" /> |
---|
| 37 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 38 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.55,0},{0.6,0},{0.6,0}}" /> |
---|
| 39 | <Event Name="Clicked" Function="NewMainMenu.CreditsButton_clicked"/> |
---|
| 40 | </Window> |
---|
| 41 | <Window Type="TaharezLook/Button" Name="orxonox/ExitButton" > |
---|
| 42 | <Property Name="Text" Value="Exit" /> |
---|
| 43 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 44 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" /> |
---|
| 45 | <Event Name="Clicked" Function="NewMainMenu.ExitButton_clicked"/> |
---|
| 46 | </Window> |
---|
| 47 | </Window> |
---|
| 48 | </GUILayout> |
---|