Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2016, 11:46:10 PM (8 years ago)
Author:
bknecht
Message:

Merging cegui0.8 branch into ogre1.9 branch

Location:
code/branches/ogre1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ogre1.9

  • code/branches/ogre1.9/data/gui/layouts/InGameTest.layout

    r6746 r11211  
    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.