1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/manual/manual.xml
Ykkrosh 4b06ebd52d Add basic help page into the main menu.
Add buttons to open the web site and IRC.
Tentatively allow Atlas to be launched from the menu.
Add some shutdown functions to support relaunching into Atlas without
having to restart the whole process.

This was SVN commit r7714.
2010-07-07 21:47:31 +00:00

27 lines
603 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="100 100 100%-100 100%-100">
<object type="button" style="wheatExit" tooltip_style="snToolTip">
<action on="Press"><![CDATA[
Engine.PopGuiPage();
]]></action>
</object>
<object type="image" sprite="wheatIndentFillVeryLight">
<object name="mainText" type="text" style="textPanel"/>
</object>
</object>
</objects>