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