Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ogre1.9/data/gui/layouts/MainMenuBackground.layout @ 11211

Last change on this file since 11211 was 11211, checked in by bknecht, 8 years ago

Merging cegui0.8 branch into ogre1.9 branch

  • 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.