PowerNode link cleanup & bugfixes

This commit is contained in:
Anuken
2021-03-12 13:38:28 -05:00
parent dd191493c0
commit ea3f6cf4a0
2 changed files with 7 additions and 43 deletions

View File

@@ -271,10 +271,6 @@ public class Block extends UnlockableContent{
node.drawLaser(tile.team(), x * tilesize + offset, y * tilesize + offset, other.x, other.y, size, other.block.size);
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
PowerNode.insulators(other.tileX(), other.tileY(), tile.x, tile.y, cause -> {
Drawf.square(cause.x, cause.y, cause.block.size * tilesize / 2f + 2f, Pal.plastanium);
});
});
}
}