exclude bh from random
This commit is contained in:
parent
22974f5d86
commit
f6181d7ea7
|
|
@ -8571,6 +8571,7 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
|
||||||
elements.amba_black_hole = {
|
elements.amba_black_hole = {
|
||||||
color: "#000000",
|
color: "#000000",
|
||||||
maxColorOffset: 0,
|
maxColorOffset: 0,
|
||||||
|
excludeRandom: true,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
pixel.lastTemps ??= [];
|
pixel.lastTemps ??= [];
|
||||||
pixel.lastTemps.push(pixel.temp);
|
pixel.lastTemps.push(pixel.temp);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue