aaa
This commit is contained in:
@@ -406,7 +406,7 @@ public class Block extends UnlockableContent implements Senseable{
|
|||||||
PowerNode.getNodeLinks(tile, this, player.team(), other -> {
|
PowerNode.getNodeLinks(tile, this, player.team(), other -> {
|
||||||
PowerNode node = (PowerNode)other.block;
|
PowerNode node = (PowerNode)other.block;
|
||||||
Draw.color(node.laserColor1, Renderer.laserOpacity * 0.5f);
|
Draw.color(node.laserColor1, Renderer.laserOpacity * 0.5f);
|
||||||
node.drawLaser(tile.team(), x * tilesize + offset, y * tilesize + offset, other.x, other.y, size, other.block.size);
|
node.drawLaser(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);
|
Drawf.square(other.x, other.y, other.block.size * tilesize / 2f + 2f, Pal.place);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user