exclude bh from random

This commit is contained in:
An Orbit 2024-06-21 18:43:52 -04:00 committed by GitHub
parent 22974f5d86
commit f6181d7ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8571,6 +8571,7 @@ color1 and color2 spread through striped paint like dye does with itself. <u>col
elements.amba_black_hole = {
color: "#000000",
maxColorOffset: 0,
excludeRandom: true,
tick: function(pixel) {
pixel.lastTemps ??= [];
pixel.lastTemps.push(pixel.temp);