Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gamestate/data/gui/layouts/MainMenuBackground.layout @ 6778

Last change on this file since 6778 was 6564, checked in by rgrieder, 15 years ago

Changed use of CEGUI widgets: Instead of addressing a type with "TaharezLook/Button" I changed it to "MenuWidgets/MyWidget".
That allows to define multiple skins for the menu and simply load the one we like.
Furthermore the idea is to use "HUDWidgets/MyWidget" for HUD elements. But I haven't added that.

  • Property svn:eol-style set to native
File size: 434 bytes
RevLine 
[6145]1<?xml version="1.0" ?>
2<GUILayout>
[6564]3    <Window Type="MenuWidgets/StaticImage" Name="orxonox/Background">
[6145]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    <Property Name="InheritsAlpha" Value="False" />
9    </Window>
10</GUILayout>
Note: See TracBrowser for help on using the repository browser.