yeah woohooo another mod
This commit is contained in:
parent
109318413a
commit
64f9ce71f1
|
|
@ -0,0 +1,12 @@
|
|||
elements.element_replacer = {
|
||||
color: ["#ff007a", "#4625e3"],
|
||||
onSelect: function(){
|
||||
var answerreplace = prompt("Element to replace clicked elements with:");
|
||||
if (!answerreplace) {return}
|
||||
replacingelement = mostSimilarElement(answerreplace);
|
||||
},
|
||||
tool: function(pixel) {
|
||||
pixel.element = replacingelement
|
||||
},
|
||||
category: "tools",
|
||||
};
|
||||
Loading…
Reference in New Issue