Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo committed Apr 22, 2012
0 parents commit 5f71aa9
Show file tree
Hide file tree
Showing 129 changed files with 37,524 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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.6"/>
<classpathentry exported="true" kind="lib" path="libs/gdx.jar" sourcepath="libs/gdx-sources.jar"/>
<classpathentry kind="lib" path="libs/gdx-backend-lwjgl-natives.jar"/>
<classpathentry kind="lib" path="libs/gdx-backend-lwjgl.jar"/>
<classpathentry kind="lib" path="libs/gdx-natives.jar"/>
<classpathentry kind="lib" path="libs/gdx-openal.jar"/>
<classpathentry kind="lib" path="libs/gdx-sources.jar"/>
<classpathentry kind="lib" path="libs/bloom.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PiratesBigSea</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>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
7 changes: 7 additions & 0 deletions bin/PiratesBigSea.gwt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
<module>
<source path="de/swagner/piratesbigsea">
<exclude name="**/DesktopStarter.java"/>
</source>
</module>
Binary file added bin/de/swagner/piratesbigsea/CannonBall.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/Configuration.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/DeadCannonBall.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/DeadEnemyShip.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/DefaultScreen.class
Binary file not shown.
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/EnemyShip.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/GameScreen.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/MenuScreen.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/PiratesBigSea.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/Player.class
Binary file not shown.
Binary file added bin/de/swagner/piratesbigsea/Resources.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
229 changes: 229 additions & 0 deletions data/arial-15.fnt

Large diffs are not rendered by default.

Binary file added data/arial-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/boat.blend
Binary file not shown.
Binary file added data/boat.blend1
Binary file not shown.
Binary file added data/boat.blend2
Binary file not shown.
Loading

0 comments on commit 5f71aa9

Please sign in to comment.