diff --git a/mods/Mucho_frio_y_Calor.js b/mods/Mucho_frio_y_Calor.js new file mode 100644 index 00000000..02872888 --- /dev/null +++ b/mods/Mucho_frio_y_Calor.js @@ -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", +}; \ No newline at end of file