[6363] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <GUILayout > |
---|
[7163] | 4 | <Window Type="MenuWidgets/StaticImage" Name="orxonox/SettingsMenu/Background" > |
---|
[6363] | 5 | <Property Name="InheritsAlpha" Value="False" /> |
---|
| 6 | <Property Name="FrameEnabled" 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" /> |
---|
[7163] | 10 | <Window Type="MenuWidgets/StaticText" Name="orxonox/SettingsMenu/SettingsWindow" > |
---|
[6363] | 11 | <Property Name="Text" Value="Settings" /> |
---|
| 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.3625,0},{0.75,0},{0.6375,0}}" /> |
---|
[7163] | 18 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/GameplayButton" > |
---|
[6363] | 19 | <Property Name="Text" Value="Gameplay" /> |
---|
| 20 | <Property Name="Disabled" Value="True" /> |
---|
| 21 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 22 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.181818,0},{0.45,0},{0.363636,0}}" /> |
---|
| 23 | <Event Name="Clicked" Function="SettingsMenu.SettingsGameplayButton_clicked"/> |
---|
| 24 | </Window> |
---|
[7163] | 25 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/MultiplayerOptionsButton" > |
---|
[6363] | 26 | <Property Name="Text" Value="Multiplayer options" /> |
---|
| 27 | <Property Name="Disabled" Value="True" /> |
---|
| 28 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 29 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.454545,0},{0.45,0},{0.636363,0}}" /> |
---|
| 30 | <Event Name="Clicked" Function="SettingsMenu.SettingsMultiplayerOptionsButton_clicked"/> |
---|
| 31 | </Window> |
---|
[7163] | 32 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/ControlsButton" > |
---|
[6363] | 33 | <Property Name="Text" Value="Controls" /> |
---|
| 34 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 35 | <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.727272,0},{0.45,0},{0.909090,0}}" /> |
---|
| 36 | <Event Name="Clicked" Function="SettingsMenu.SettingsControlsButton_clicked"/> |
---|
| 37 | </Window> |
---|
[7163] | 38 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/GraphicsButton" > |
---|
[6363] | 39 | <Property Name="Text" Value="Graphics" /> |
---|
| 40 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 41 | <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.181818,0},{0.95,0},{0.363636,0}}" /> |
---|
| 42 | <Event Name="Clicked" Function="SettingsMenu.SettingsGraphicsButton_clicked"/> |
---|
| 43 | </Window> |
---|
[7163] | 44 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/AudioButton" > |
---|
[6363] | 45 | <Property Name="Text" Value="Audio" /> |
---|
| 46 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 47 | <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.454545,0},{0.95,0},{0.636363,0}}" /> |
---|
| 48 | <Event Name="Clicked" Function="SettingsMenu.SettingsAudioButton_clicked"/> |
---|
| 49 | </Window> |
---|
[7163] | 50 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/MiscellaneousButton" > |
---|
| 51 | <Property Name="Text" Value="Miscellaneous" /> |
---|
[6363] | 52 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 53 | <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.727272,0},{0.95,0},{0.909090,0}}" /> |
---|
[7163] | 54 | <Event Name="Clicked" Function="SettingsMenu.SettingsMiscellaneousButton_clicked"/> |
---|
[6363] | 55 | </Window> |
---|
| 56 | </Window> |
---|
[7163] | 57 | <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/SettingsBackButton" > |
---|
[6363] | 58 | <Property Name="Text" Value="Back" /> |
---|
| 59 | <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> |
---|
| 60 | <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" /> |
---|
| 61 | <Event Name="Clicked" Function="SettingsMenu.SettingsBackButton_clicked"/> |
---|
| 62 | </Window> |
---|
| 63 | </Window> |
---|
| 64 | </GUILayout> |
---|