Bug Fixes
This commit is contained in:
parent
58e0435cb8
commit
0a34862090
7 changed files with 102 additions and 109 deletions
12
.classpath
12
.classpath
|
@ -1,11 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="lib" path="libs/lwjgl.jar">
|
||||
<attributes>
|
||||
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Global-Gam-Jam-2017/libs"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="res"/>
|
||||
<classpathentry kind="src" path="libs"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/lwjgl"/>
|
||||
<classpathentry kind="output" path="out/production/Global-Gam-Jam-2017"/>
|
||||
</classpath>
|
||||
|
|
Reference in a new issue