Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2018, 11:42:02 PM (6 years ago)
Author:
landauf
Message:

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

File:
1 edited

Legend:

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

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