parent
b0f1b5302f
commit
54bd1c7414
|
|
@ -181,8 +181,8 @@ elements.black_damp = {
|
||||||
},
|
},
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
backgroundColor = hexToRGB(settings.bg);
|
backgroundColor = hexToRGB(settings.bg);
|
||||||
rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")";
|
pixel.rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")";
|
||||||
pixel.color = rgbValue;
|
pixel.color = pixel.rgbValue;
|
||||||
},
|
},
|
||||||
hardness: 0.6,
|
hardness: 0.6,
|
||||||
category: "gases",
|
category: "gases",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue