initial commit

This commit is contained in:
Gered 2013-07-01 12:13:23 -04:00
commit b0ffe46e29
3 changed files with 31 additions and 0 deletions

7
.classpath Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/1.6"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/gdx-tilemap3d-libs"/>
<classpathentry kind="output" path="/out/production/gdx-tilemap3d"/>
</classpath>

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.DS_Store
out/
log/
target/
.settings/
*.iml
*.eml
*.class
*.jar

15
.project Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gdx-tilemap3d</name>
<comment/>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments/>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>