Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
HexRdesign committed Sep 25, 2015
1 parent f536fbd commit fb974fb
Showing 16 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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.8"/>
<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>
6 changes: 3 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.compliance=1.7
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.8
org.eclipse.jdt.core.compiler.source=1.7
2 changes: 0 additions & 2 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/ServerSide/
/gameWindow/
/gameObjects/
Binary file added bin/ServerSide/Player.class
Binary file not shown.
Binary file added bin/ServerSide/Server.class
Binary file not shown.
Binary file added bin/ServerSide/package-info.class
Binary file not shown.
Binary file modified bin/gameObjects/Bullet.class
Binary file not shown.
Binary file modified bin/gameObjects/Camera.class
Binary file not shown.
Binary file modified bin/gameObjects/GameMap.class
Binary file not shown.
Binary file modified bin/gameObjects/Location.class
Binary file not shown.
Binary file modified bin/gameObjects/Player.class
Binary file not shown.
Binary file modified bin/gameObjects/Target.class
Binary file not shown.
Binary file modified bin/gameWindow/GamePanel.class
Binary file not shown.
Binary file modified bin/gameWindow/GameRunner$1.class
Binary file not shown.
Binary file modified bin/gameWindow/GameRunner.class
Binary file not shown.
Binary file modified bin/gameWindow/GameWindow.class
Binary file not shown.

0 comments on commit fb974fb

Please sign in to comment.