Minor cleanup

This commit is contained in:
Anuken
2018-07-28 12:50:11 -04:00
parent 22b59e0cf6
commit 295824f440
3 changed files with 6 additions and 294 deletions

View File

@ -74,12 +74,13 @@ public class PowerBlocks extends BlockList implements ContentList{
powerNode = new PowerNode("power-node"){{
shadow = "shadow-round-1";
maxNodes = 4;
}};
powerNodeLarge = new PowerNode("power-node-large"){{
size = 2;
powerSpeed = 1f;
maxNodes = 5;
maxNodes = 6;
laserRange = 7.5f;
shadow = "shadow-round-2";
}};