HelloJme.xml 945 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <nifty>
  3. <screen id="start" controller="jme3test.niftygui.TestNiftyGui">
  4. <layer id="layer" backgroundColor="#0000" childLayout="center">
  5. <panel id="panel" height="25%" width="35%" align="center" valign="center" backgroundColor="#f60f" childLayout="center" visibleToMouse="true">
  6. <interact onClick="quit()"/>
  7. <effect>
  8. <onStartScreen name="move" mode="in" direction="top" length="300" startDelay="0" inherit="true"/>
  9. <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  10. <onHover name="pulsate" scaleFactor="0.008" startColor="#f600" endColor="#ffff" post="true"/>
  11. </effect>
  12. <text id="text" font="aurulent-sans-16.fnt" color="#000f" text="Hello from jME3" align="center" valign="center" />
  13. </panel>
  14. </layer>
  15. </screen>
  16. <screen id="end">
  17. </screen>
  18. </nifty>