| [11793] | 1 | <?xml version='1.0' encoding='utf-8'?> | 
|---|
 | 2 | <GUILayout version="4"> | 
|---|
| [11800] | 3 |     <Window name="SettingsBackground" type="MenuWidgets/StaticImage"> | 
|---|
| [11793] | 4 |         <Property name="InheritsAlpha" value="False" /> | 
|---|
 | 5 |         <Property name="FrameEnabled" value="False" /> | 
|---|
 | 6 |         <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 7 |         <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" /> | 
|---|
 | 8 |         <Property name="BackgroundEnabled" value="False" /> | 
|---|
 | 9 |         <Window name="SettingsWindow" type="MenuWidgets/StaticText"> | 
|---|
 | 10 |             <Property name="Text" value="Settings" /> | 
|---|
 | 11 |             <Property name="Alpha" value="0.8" /> | 
|---|
 | 12 |             <Property name="InheritsAlpha" value="False" /> | 
|---|
| [11803] | 13 |             <Property name="HorzFormatting" value="CentreAligned" /> | 
|---|
| [11793] | 14 |             <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 15 |             <Property name="VertFormatting" value="TopAligned" /> | 
|---|
 | 16 |             <Property name="Area" value="{{0.25,0},{0.3625,0},{0.75,0},{0.6375,0}}" /> | 
|---|
 | 17 |             <Window name="GameplayButton" type="MenuWidgets/Button"> | 
|---|
 | 18 |                 <Property name="Text" value="Gameplay" /> | 
|---|
 | 19 |                 <Property name="Disabled" value="True" /> | 
|---|
 | 20 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 21 |                 <Property name="Area" value="{{0.05,0},{0.181818,0},{0.45,0},{0.363636,0}}" /> | 
|---|
 | 22 |                 <Event function="SettingsMenu.SettingsGameplayButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 23 |             </Window> | 
|---|
| [11793] | 24 |             <Window name="MultiplayerOptionsButton" type="MenuWidgets/Button"> | 
|---|
 | 25 |                 <Property name="Text" value="Multiplayer options" /> | 
|---|
 | 26 |                 <Property name="Disabled" value="True" /> | 
|---|
 | 27 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 28 |                 <Property name="Area" value="{{0.05,0},{0.454545,0},{0.45,0},{0.636363,0}}" /> | 
|---|
 | 29 |                 <Event function="SettingsMenu.SettingsMultiplayerOptionsButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 30 |             </Window> | 
|---|
| [11793] | 31 |             <Window name="ControlsButton" type="MenuWidgets/Button"> | 
|---|
 | 32 |                 <Property name="Text" value="Controls" /> | 
|---|
 | 33 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 34 |                 <Property name="Area" value="{{0.05,0},{0.727272,0},{0.45,0},{0.909090,0}}" /> | 
|---|
 | 35 |                 <Event function="SettingsMenu.SettingsControlsButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 36 |             </Window> | 
|---|
| [11793] | 37 |             <Window name="GraphicsButton" type="MenuWidgets/Button"> | 
|---|
 | 38 |                 <Property name="Text" value="Graphics" /> | 
|---|
 | 39 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 40 |                 <Property name="Area" value="{{0.55,0},{0.181818,0},{0.95,0},{0.363636,0}}" /> | 
|---|
 | 41 |                 <Event function="SettingsMenu.SettingsGraphicsButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 42 |             </Window> | 
|---|
| [11793] | 43 |             <Window name="AudioButton" type="MenuWidgets/Button"> | 
|---|
 | 44 |                 <Property name="Text" value="Audio" /> | 
|---|
 | 45 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 46 |                 <Property name="Area" value="{{0.55,0},{0.454545,0},{0.95,0},{0.636363,0}}" /> | 
|---|
 | 47 |                 <Event function="SettingsMenu.SettingsAudioButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 48 |             </Window> | 
|---|
| [11793] | 49 |             <Window name="MiscellaneousButton" type="MenuWidgets/Button"> | 
|---|
 | 50 |                 <Property name="Text" value="Miscellaneous" /> | 
|---|
 | 51 |                 <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 52 |                 <Property name="Area" value="{{0.55,0},{0.727272,0},{0.95,0},{0.909090,0}}" /> | 
|---|
 | 53 |                 <Event function="SettingsMenu.SettingsMiscellaneousButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 54 |             </Window> | 
|---|
 | 55 |         </Window> | 
|---|
| [11793] | 56 |         <Window name="SettingsBackButton" type="MenuWidgets/Button"> | 
|---|
 | 57 |             <Property name="Text" value="Back" /> | 
|---|
 | 58 |             <Property name="MaxSize" value="{{1,0},{1,0}}" /> | 
|---|
 | 59 |             <Property name="Area" value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" /> | 
|---|
 | 60 |             <Event function="SettingsMenu.SettingsBackButton_clicked" name="Clicked" /> | 
|---|
| [6363] | 61 |         </Window> | 
|---|
 | 62 |     </Window> | 
|---|
| [11793] | 63 | </GUILayout> | 
|---|