and added a update method to entity for ex the sound entity to update its position in the world. Added loging support to whit MultiPrintStream.java
11 lines
511 B
XML
11 lines
511 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/lwjgl.jar"/>
|
|
<classpathentry kind="lib" path="lib/jinput.jar"/>
|
|
<classpathentry kind="lib" path="lib/lwjgl_util.jar"/>
|
|
<classpathentry kind="lib" path="lib/jogg-0.0.7.jar"/>
|
|
<classpathentry kind="lib" path="lib/jorbis-0.0.15.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|