Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cegui0.8_ogre1.9/data/gui/layouts/InGameTest.layout @ 11793

Last change on this file since 11793 was 11793, checked in by landauf, 6 years ago

auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)

  • Property svn:eol-style set to native
File size: 472 bytes
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<GUILayout version="4">
3    <Window name="TestWindow" type="DefaultGUISheet">
4        <Property name="Size" value="{{1.0,0},{1.0,0}}" />
5        <Window name="TestButton" type="MenuWidgets/Button">
6            <Property name="Position" value="{{0.11,0},{0.528,0}}" />
7            <Property name="Size" value="{{0.15,0},{0.05,0}}" />
8            <Property name="Text" value="NoFunction" />
9        </Window>
10    </Window>
11</GUILayout>
Note: See TracBrowser for help on using the repository browser.