I have started this project, to betterunderstand basic game development. This commit contains Most of the frame work for the game. Currently the ship can be flown around the screen. Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
7 lines
295 B
XML
7 lines
295 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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|