Converted Credits menu to XML (enough for the release, but will need more XML features from guimenu : see comments in code, and sdl-port TODO)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1728 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
pouillot 2009-11-03 14:35:24 +00:00
parent 35d0a299b6
commit d83f99338b

View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Credits menu values
allows for customization
-->
<!DOCTYPE params SYSTEM "../tgf/params.dtd">
<params name="creditsmenu" version="0.0">
<section name ="dynamiccontrols">
<section name="title">
<attstr name="type" val="label"/>
<attstr name="text" val="Credits - (chapter)"/>
<attstr name="tip" val=""/>
<attnum name="x" val="320"/>
<attnum name="y" val="440"/>
<attstr name="alignH" val="center"/>
<attstr name ="textsize" val ="large"/>
</section>
<section name="nextpagearrow">
<attstr name="type" val="imagebutton"/>
<attstr name="text" val=""/>
<attstr name="tip" val="Next page"/>
<attnum name="x" val="540"/>
<attnum name="y" val="40"/>
<attstr name ="disabledimage" val ="data/img/arrow-down.png"/>
<attstr name ="enabledimage" val ="data/img/arrow-down.png"/>
<attstr name ="focusedimage" val ="data/img/arrow-down.png"/>
<attstr name ="pushedimage" val ="data/img/arrow-down-pushed.png"/>
<attstr name="alignH" val="right"/>
</section>
<section name="previouspagearrow">
<attstr name="type" val="imagebutton"/>
<attstr name="text" val=""/>
<attstr name="tip" val="Previous page"/>
<attnum name="x" val="80"/>
<attnum name="y" val="40"/>
<attstr name ="disabledimage" val ="data/img/arrow-up.png"/>
<attstr name ="enabledimage" val ="data/img/arrow-up.png"/>
<attstr name ="focusedimage" val ="data/img/arrow-up.png"/>
<attstr name ="pushedimage" val ="data/img/arrow-up-pushed.png"/>
<attstr name="alignH" val="left"/>
</section>
<section name="backbutton">
<attstr name="type" val="textbutton"/>
<attstr name="text" val="Back"/>
<attstr name="tip" val="Return to previous menu"/>
<attstr name="alignH" val="center"/>
<attnum name="x" val="320"/>
<attnum name="y" val="40"/>
<attstr name="color" val="0xFFFFFF"/>
<attstr name="focuscolor" val="0XFFFF00"/>
<attstr name="pushedcolor" val="0xFFFF00"/>
<attstr name ="textsize" val ="large"/>
<attnum name="width" val="150"/>
</section>
</section>
<section name="staticcontrols">
<section name ="1">
<attstr name="type" val="backgroundimage"/>
<attstr name="image" val="data/img/splash-dtm.png"/>
</section>
<section name ="2">
<attstr name="type" val="staticimage"/>
<attnum name="x" val="-10"/>
<attnum name="y" val="360"/>
<attnum name="width" val="200"/>
<attnum name="height" val="120"/>
<attstr name="image" val="data/img/sd-logo.png"/>
</section>
</section>
</params>