Sprite cleanup

This commit is contained in:
Anuken
2019-01-24 20:00:35 -05:00
parent 76aa409f89
commit 058db5d5d0
25 changed files with 1175 additions and 1288 deletions

View File

@@ -112,12 +112,12 @@ public class Zones implements ContentList{
deployCost = ItemStack.with(Items.copper, 300);
startingItems = ItemStack.with(Items.copper, 200);
conditionWave = 15;
zoneRequirements = new Zone[]{frozenForest};
zoneRequirements = new Zone[]{craters};
blockRequirements = new Block[]{Blocks.copperWall};
rules = () -> new Rules(){{
waves = true;
waveTimer = true;
waveSpacing = 60 * 80;
waveSpacing = 60 * 60 * 2;
}};
}};