Update index.html
This commit is contained in:
parent
3f0468ab93
commit
e322ebf0bc
|
|
@ -4332,7 +4332,7 @@
|
||||||
color: "#b3b38b",
|
color: "#b3b38b",
|
||||||
behavior: behaviors.LIQUID,
|
behavior: behaviors.LIQUID,
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
if (pixel.temp > 220 && !pixel.burning) {
|
if (pixel.temp > 500 && !pixel.burning) {
|
||||||
pixel.burning = true;
|
pixel.burning = true;
|
||||||
pixel.burnStart = pixelTicks;
|
pixel.burnStart = pixelTicks;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue