public
Description: A 2d game written in Java with real time lighting as a central gameplay mechanic.
Homepage: http://github.com/aschearer/shade/wikis
Clone URL: git://github.com/aschearer/shade.git
shade / .classpath
100644 20 lines (19 sloc) 0.864 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jogg-0.0.7.jar"/>
<classpathentry kind="lib" path="lib/jorbis-0.0.15.jar"/>
<classpathentry kind="lib" path="lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="Shade/lib/natives"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/slick.jar"/>
<classpathentry kind="lib" path="lib/crash.jar"/>
<classpathentry kind="lib" path="lib/slickfx.jar"/>
<classpathentry kind="lib" path="lib/BareBonesBrowserLaunch.jar"/>
<classpathentry kind="lib" path="lib/ibxm.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>