mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-18 15:20:59 -08:00
MInor wires adjustment
This commit is contained in:
parent
722c8ef836
commit
8667739e5e
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue