Add XML definition file for the MyGUI plugin

deque
scrawl 10 years ago
parent 40587f984d
commit ad318c1f9d

@ -86,6 +86,7 @@ set(MYGUI_FILES
DejaVuLGCSansMono.ttf
markers.png
../launcher/images/openmw.png
OpenMWResourcePlugin.xml
)

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI>
<MyGUI type="Widgets">
<!-- New widget class definitions -->
<Widget name="VBox">
<Property key="DefaultSkin" value=""/>
<Property key="Skin" value="" group="Plugin" name="VBox"/>
<Property key="Parent" value="true"/>
<Property key="Child" value="true"/>
<Parameter key="Spacing" value="1 int"/>
<Parameter key="Padding" value="1 int"/>
<Parameter key="AutoResize" value="Bool"/>
</Widget>
<Widget name="HBox">
<Property key="DefaultSkin" value=""/>
<Property key="Skin" value="" group="Plugin" name="HBox"/>
<Property key="Parent" value="true"/>
<Property key="Child" value="true"/>
<Parameter key="Spacing" value="1 int"/>
<Parameter key="Padding" value="1 int"/>
<Parameter key="AutoResize" value="Bool"/>
</Widget>
</MyGUI>
<MyGUI type="Plugin">
<Plugin>
<Source>./Plugin_MyGUI_OpenMW_Resources</Source>
<Source build="Debug">./Plugin_MyGUI_OpenMW_Resources_d</Source>
</Plugin>
</MyGUI>
</MyGUI>

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI>
<MyGUI type="List">
<List file="OpenMWResourcePlugin.xml"/> <!-- Must be first -->
<List file="core.skin"/>
<List file="openmw_resources.xml"/>
<List file="openmw_font.xml"/>

Loading…
Cancel
Save