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 / .project
100644 18 lines (17 sloc) 0.364 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Shade</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>