Fixed #11207
This commit is contained in:
@@ -35,6 +35,7 @@ public class PowerNode extends PowerBlock{
|
||||
public int maxNodes = 3;
|
||||
public boolean autolink = true, drawRange = true, sameBlockConnection = false;
|
||||
public float laserScale = 0.25f;
|
||||
public float powerLayer = Layer.power;
|
||||
public Color laserColor1 = Color.white;
|
||||
public Color laserColor2 = Pal.powerLight;
|
||||
|
||||
@@ -479,7 +480,7 @@ public class PowerNode extends PowerBlock{
|
||||
|
||||
if(Mathf.zero(Renderer.laserOpacity) || isPayload() || team == Team.derelict) return;
|
||||
|
||||
Draw.z(Layer.power);
|
||||
Draw.z(powerLayer);
|
||||
setupColor(power.graph.getSatisfaction());
|
||||
|
||||
for(int i = 0; i < power.links.size; i++){
|
||||
|
||||
Reference in New Issue
Block a user