Updating layout to show reloadable text.

This commit is contained in:
emb 2015-01-19 20:11:28 -06:00
parent 7a4239ea11
commit d8e62be2d9
4 changed files with 7 additions and 9 deletions

View File

@ -73,13 +73,11 @@
</reloadableImage>
<!--
<reloadableText type="title" x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" layer="1" fontSize="50" />
<reloadableText type="manufacturer" x="left" y="bottom" xOrigin="left" yOrigin="bottom" xOffset="10" yOffset="-10" fontSize="20" layer="0" />
<reloadableText type="year" x="left" y="bottom" xOrigin="left" yOrigin="bottom" xOffset="10" yOffset="-30" fontSize="20" layer="0" />
<reloadableText type="numberPlayers" x="left" y="bottom" xOrigin="left" yOrigin="bottom" xOffset="10" yOffset="-70" fontSize="20" layer="0" />
<reloadableText type="numberButtons" x="left" y="bottom" xOrigin="left" yOrigin="bottom" xOffset="10" yOffset="-90" fontSize="20" layer="0" />
-->
</layout>

View File

@ -25,7 +25,7 @@
</reloadableText>
<!-- menu -->
<menu type="custom" imageType="title" orientation="horizontal" algorithm="easeincircular" xOffset="500" y="10" width="center" height="1040" speed="0.05" acceleration="0.05">
<menu type="custom" imageType="title" algorithm="easeincircular" xOffset="500" y="10" width="center" height="1040" speed="0.05" acceleration="0.05">
<itemDefaults spacing="10" y="center" yOrigin="center" fontSize="35" alpha="0.5" layer="5"/>
<item alpha="0" xOrigin="left" x="right" />
<item alpha="1" x="center" xOrigin="center" selected="true" height="700"/>

Binary file not shown.

View File

@ -1,8 +1,4 @@
<layout width="1920" height="1080">
<sound type="load" src="load.wav" />
<sound type="unload" src="unload.wav" />
<sound type="highlight" src="highlight.wav" />
<sound type="select" src="select.wav" />
<layout width="1920" height="1080" font="Age.otf" loadFontSize="32" fontColor="eeeeee">
<!-- border for menu -->
<container backgroundColor="C0392B" backgroundAlpha="1.0" x="0" y="0" height="stretch" width="stretch" layer="0" />
@ -11,7 +7,7 @@
<image x="center" y="center" height="150" xOrigin="center" yOrigin="center" src="logo.png" layer="1" alpha="1">
<onEnter>
<set duration=".5">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
<animate type="alpha" from="1" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onIdle>
@ -28,6 +24,10 @@
</set>
</onExit>
</image>
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" layer="2" fontSize="25" />
</layout>