Skip to content
Snippets Groups Projects
Commit 94d65e8f authored by Memo Akten's avatar Memo Akten
Browse files

start further apart

parent e41dd858
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ public class SimpleBattle {
public void reset() {
stats.clear();
objects.clear();
s1 = buildShip(250, 250, 0);
s2 = buildShip(300, 300, 1);
s1 = buildShip(100, 250, 0);
s2 = buildShip(500, 250, 1);
this.currentTick = 0;
stats.add(new PlayerStats(0, 0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment