1 | <?xml version="1.0" ?> |
---|
2 | <GUILayout> |
---|
3 | <Window Type="TaharezLook/StaticImage" Name="orxonox/Background"> |
---|
4 | <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/> |
---|
5 | <Property Name="Image" Value="set:MainMenuBackground image:Background"/> |
---|
6 | <Property Name="FrameEnabled" Value="set:true"/> |
---|
7 | <Property Name="BackgroundEnabled" Value="set:false"/> |
---|
8 | |
---|
9 | <Window Type="TaharezLook/Button" Name="orxonox/StandaloneButton"> |
---|
10 | <Property Name="UnifiedPosition" Value="{{0.11,0},{0.3,0}}"/> |
---|
11 | <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> |
---|
12 | <Property Name="Text" Value="Standalone"/> |
---|
13 | <Event Name="Clicked" Function="button_standalone_clicked"/> |
---|
14 | </Window> |
---|
15 | |
---|
16 | <Window Type="TaharezLook/Listbox" Name="orxonox/LevelListbox"> |
---|
17 | </Window> |
---|
18 | |
---|
19 | <Window Type="TaharezLook/Button" Name="orxonox/DedicatedButton"> |
---|
20 | <Property Name="UnifiedPosition" Value="{{0.11,0},{0.376,0}}"/> |
---|
21 | <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> |
---|
22 | <Property Name="Text" Value="Dedicated"/> |
---|
23 | <Event Name="Clicked" Function="button_dedicated_clicked"/> |
---|
24 | </Window> |
---|
25 | |
---|
26 | <Window Type="TaharezLook/Button" Name="orxonox/ServerButton"> |
---|
27 | <Property Name="UnifiedPosition" Value="{{0.11,0},{0.452,0}}"/> |
---|
28 | <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> |
---|
29 | <Property Name="Text" Value="Server"/> |
---|
30 | <Event Name="Clicked" Function="button_server_clicked"/> |
---|
31 | </Window> |
---|
32 | |
---|
33 | <Window Type="TaharezLook/Button" Name="orxonox/ClientButton"> |
---|
34 | <Property Name="UnifiedPosition" Value="{{0.11,0},{0.528,0}}"/> |
---|
35 | <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> |
---|
36 | <Property Name="Text" Value="Client"/> |
---|
37 | <Event Name="Clicked" Function="button_client_clicked"/> |
---|
38 | </Window> |
---|
39 | |
---|
40 | <Window Type="TaharezLook/Button" Name="orxonox/QuitButton"> |
---|
41 | <Property Name="UnifiedPosition" Value="{{0.11,0},{0.604,0}}"/> |
---|
42 | <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> |
---|
43 | <Property Name="Text" Value="Quit"/> |
---|
44 | <Event Name="Clicked" Function="button_quit_clicked"/> |
---|
45 | </Window> |
---|
46 | </Window> |
---|
47 | </GUILayout> |
---|