room_temp supersedes warm
This commit is contained in:
parent
6082ee13db
commit
d0a8353cb9
|
|
@ -1,12 +1,13 @@
|
|||
//base syntax by sightnado
|
||||
elements.warm = {
|
||||
/*elements.warm = {
|
||||
color: "#7fff7f",
|
||||
tool: function(pixel) {
|
||||
pixel.temp = 20;
|
||||
pixelTempCheck(pixel)
|
||||
},
|
||||
category: "tools",
|
||||
};
|
||||
};*/
|
||||
//warm is redundant due to room_temp
|
||||
elements.ultraheat = {
|
||||
color: ["#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f", "#ff0000", "#ffbf4f"],
|
||||
tool: function(pixel) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue