1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/manual/manual.xml
2010-09-04 22:27:24 +00:00

32 lines
825 B
XML

<?xml version="1.0" encoding="utf-8"?>
<objects>
<script file="gui/manual/manual.js"/>
<!-- Add a translucent black background to fade out the menu page -->
<object type="image" z="0" sprite="bkTranslucent"/>
<object type="image" style="wheatWindow" size="150 100 100%-150 100%-100">
<object type="button" style="wheatExit" tooltip_style="snToolTip">
<action on="Press"><![CDATA[
Engine.PopGuiPage();
]]></action>
</object>
<object type="image" sprite="wheatIndentFillVeryLight" size="0 0 100% 100%-45">
<object name="mainText" type="text" style="textPanel"/>
</object>
<object type="button" style="wheatButton" tooltip_style="snToolTip" size="100%-103 100%-33 100%-3 100%-3">
Close
<action on="Press"><![CDATA[Engine.PopGuiPage();]]></action>
</object>
</object>
</objects>