fixed an issue in soundTrack crashing when time was < 0 properly implemented GuiTrack stop() method git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9239 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 lines
419 B
XML
11 lines
419 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<nifty>
|
|
<screen id="start" >
|
|
<layer id="layer" backgroundColor="#0000" childLayout="center">
|
|
<panel id="panel" width="100%" height="100%" backgroundColor="#0000" childLayout="center" visibleToMouse="true" >
|
|
<text id="text" font="aurulent-sans-16.fnt" color="#000f" text="" align="center" valign="bottom" />
|
|
</panel>
|
|
</layer>
|
|
</screen>
|
|
</nifty>
|