- One can now shift time forward an backward in a cinematic with the setTime(float) method, all sub cinematic events support it except soundtrack (has to be implemented) - Enhanced MotionPath calculation to allow time shifting, and made speed more constant - changed test cases accordingly - some more javadoc - fixed some problems in GUITrack git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8913 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 lines
462 B
XML
11 lines
462 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<nifty>
|
|
<screen id="start" controller="jme3test.niftygui.TestNiftyGui">
|
|
<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>
|