Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/gui/layouts/MainMenu_2.layout @ 5496

Last change on this file since 5496 was 5496, checked in by dafrick, 15 years ago

Removed invalid XML-Code that made orxonox not load the menu.

File size: 2.2 KB
Line 
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="mainmenu_2.button_standalone_clicked"/>
14        </Window>
15       
16        <Window Type="TaharezLook/Button" Name="orxonox/DedicatedButton">
17            <Property Name="UnifiedPosition" Value="{{0.11,0},{0.376,0}}"/>
18            <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
19            <Property Name="Text" Value="Dedicated"/>
20            <Event Name="Clicked" Function="mainmenu_2.button_dedicated_clicked"/>
21        </Window>
22       
23        <Window Type="TaharezLook/Button" Name="orxonox/ServerButton">
24            <Property Name="UnifiedPosition" Value="{{0.11,0},{0.452,0}}"/>
25            <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
26            <Property Name="Text" Value="Server"/>
27            <Event Name="Clicked" Function="mainmenu_2.button_server_clicked"/>
28        </Window>
29       
30        <Window Type="TaharezLook/Button" Name="orxonox/ClientButton">
31            <Property Name="UnifiedPosition" Value="{{0.11,0},{0.528,0}}"/>
32            <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
33            <Property Name="Text" Value="Client"/>
34            <Event Name="Clicked" Function="mainmenu_2.button_client_clicked"/>
35        </Window>
36       
37        <Window Type="TaharezLook/Button" Name="orxonox/QuitButton">
38            <Property Name="UnifiedPosition" Value="{{0.11,0},{0.604,0}}"/>
39            <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
40            <Property Name="Text" Value="Quit"/>
41            <Event Name="Clicked" Function="mainmenu_2.button_quit_clicked"/>
42        </Window>
43    </Window>
44</GUILayout>
Note: See TracBrowser for help on using the repository browser.