i left a testing thing in

This commit is contained in:
Lily-129 2022-01-26 08:03:12 -05:00 committed by GitHub
parent 1a332cc8d9
commit f8a0d95f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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() {