Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cegui0.8/data/gui/layouts/MainMenuBackground.layout @ 11795

Last change on this file since 11795 was 11118, checked in by bknecht, 9 years ago

initial commit to get orxonox to find and compile and start with cegui0.8. doesn't work yet

  • Property svn:eol-style set to native
File size: 460 bytes
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<GUILayout version="4">
3    <Window name="Background" type="MenuWidgets/StaticImage">
4        <Property name="Size" value="{{1.0,0},{1.0,0}}" />
5        <Property name="Image" value="MainMenuBackground/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.