room_temp supersedes warm

This commit is contained in:
O-01-67 2022-10-04 19:14:28 -04:00 committed by GitHub
parent 6082ee13db
commit d0a8353cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
//base syntax by sightnado //base syntax by sightnado
elements.warm = { /*elements.warm = {
color: "#7fff7f", color: "#7fff7f",
tool: function(pixel) { tool: function(pixel) {
pixel.temp = 20; pixel.temp = 20;
pixelTempCheck(pixel) pixelTempCheck(pixel)
}, },
category: "tools", category: "tools",
}; };*/
//warm is redundant due to room_temp
elements.ultraheat = { elements.ultraheat = {
color: ["#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f"], color: ["#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f"],
tool: function(pixel) { tool: function(pixel) {