i left a testing thing in
This commit is contained in:
parent
1a332cc8d9
commit
f8a0d95f73
|
|
@ -385,14 +385,16 @@ elements.superduperheater = {
|
|||
state: "solid",
|
||||
},
|
||||
|
||||
elements.temp222 = {
|
||||
color: "#222222",
|
||||
elements.tempinccheck = {
|
||||
color: "#000000",
|
||||
tick: function(pixel) {
|
||||
pixel.color = "rgb(" + pixel.temp % 256 + ",0,0)"
|
||||
},
|
||||
category:"machines",
|
||||
insulate:true,
|
||||
state: "solid",
|
||||
hidden: true,
|
||||
extraInfo: "Debug tool<br>Changes black to red with increasing heat",
|
||||
},
|
||||
|
||||
runAfterLoad(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue