mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	MInor wires adjustment
This commit is contained in:
		
							parent
							
								
									722c8ef836
								
							
						
					
					
						commit
						8667739e5e
					
				@ -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…
	
		Reference in New Issue
	
	Block a user