Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2016, 10:10:43 PM (9 years ago)
Author:
bknecht
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8/data/gui/layouts/InGameTest.layout

    r6746 r11118  
    1 <?xml version="1.0" ?>
    2 <GUILayout>
    3     <Window Type="DefaultGUISheet" Name="orxonox/TestWindow">
    4     <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/>
    5 
    6         <Window Type="MenuWidgets/Button" Name="orxonox/TestButton">
    7             <Property Name="UnifiedPosition" Value="{{0.11,0},{0.528,0}}"/>
    8             <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
    9             <Property Name="Text" Value="NoFunction"/>
     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" />
    109        </Window>
    11 
    1210    </Window>
    1311</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.