commit
f736af2a87
|
|
@ -0,0 +1,16 @@
|
||||||
|
elements.Calor = {
|
||||||
|
color: "#ff2f2f",
|
||||||
|
tool: function(pixel) {
|
||||||
|
pixel.temp += 500000000000000000000500000000000000000000;
|
||||||
|
pixelTempCheck(pixel)
|
||||||
|
},
|
||||||
|
category: "tools",
|
||||||
|
};
|
||||||
|
elements.Frio = {
|
||||||
|
color: "#2f2fff",
|
||||||
|
tool: function(pixel) {
|
||||||
|
pixel.temp += -500000000000000000000500000000000000000000;
|
||||||
|
pixelTempCheck(pixel)
|
||||||
|
},
|
||||||
|
category: "tools",
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue