diff --git a/Testo.js b/Testo.js new file mode 100644 index 0000000..107a7e9 --- /dev/null +++ b/Testo.js @@ -0,0 +1,13 @@ +addTool("red_dye", { + func: function(placed) { placed.h = 0; }, + onClick: function(x,y) { console.log(x,y) }, + shape:"bottle_smooth", + spin: false +}) + +addTool("orange_dye", { + func: function(placed) { placed.h = 10; }, + onClick: function(x,y) { console.log(x,y) }, + shape:"bottle_smooth", + spin: false +})