Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cegui0.8/data/gui/layouts/InGameTest.layout @ 11465

Last change on this file since 11465 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: 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.