the pipe update
This commit is contained in:
parent
c8bcfab323
commit
acc7cebeaa
|
|
@ -1018,7 +1018,7 @@ elements.pipe.tick = function(pixel) {
|
||||||
var x = pixel.x+coord[0];
|
var x = pixel.x+coord[0];
|
||||||
var y = pixel.y+coord[1];
|
var y = pixel.y+coord[1];
|
||||||
if (isEmpty(x,y)) {
|
if (isEmpty(x,y)) {
|
||||||
createPixel("brick",x,y);
|
createPixel("pipe_wall",x,y);
|
||||||
pixelMap[x][y].color = pixelColorPick(pixel,"#808080");
|
pixelMap[x][y].color = pixelColorPick(pixel,"#808080");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue