Starting items / Zone balancing

This commit is contained in:
Anuken
2019-01-12 18:51:21 -05:00
parent 8aa1509f47
commit 650b443fd0
10 changed files with 40 additions and 19 deletions
@@ -25,6 +25,7 @@ public abstract class RandomGenerator extends Generator{
}
tiles[width/2][height/2].setBlock(Blocks.core, Team.blue);
tiles[width/2][height/2 - 6].setBlock(Blocks.launchPad, Team.blue);
}
/**Sets {@link #floor} and {@link #block} to the correct values as output.