mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Add XML definition file for the MyGUI plugin
This commit is contained in:
parent
40587f984d
commit
ad318c1f9d
3 changed files with 32 additions and 0 deletions
|
@ -86,6 +86,7 @@ set(MYGUI_FILES
|
|||
DejaVuLGCSansMono.ttf
|
||||
markers.png
|
||||
../launcher/images/openmw.png
|
||||
OpenMWResourcePlugin.xml
|
||||
)
|
||||
|
||||
|
||||
|
|
30
files/mygui/OpenMWResourcePlugin.xml
Normal file
30
files/mygui/OpenMWResourcePlugin.xml
Normal file
|
@ -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…
Reference in a new issue