MInor wires adjustment

This commit is contained in:
tobspr 2020-06-30 12:42:37 +02:00
parent 722c8ef836
commit 8667739e5e
1 changed files with 2 additions and 1 deletions

View File

@ -546,6 +546,7 @@ export class BeltSystem extends GameSystemWithFilter {
return;
}
parameters.context.globalAlpha = 0.5;
const contents = chunk.wireContents;
for (let y = 0; y < globalConfig.mapChunkSize; ++y) {
for (let x = 0; x < globalConfig.mapChunkSize; ++x) {
@ -563,7 +564,7 @@ export class BeltSystem extends GameSystemWithFilter {
}
}
}
1;
parameters.context.globalAlpha = 1;
}
/**