alert("Element \""+cmToElement+"\" not found! Defaulting to sand.");
cmToElementS="sand";
};
changeTo=cmToElementS;
updateChangeDescriptions();
}
functionupdateChangeDescriptions(){
elements.change.desc="Changes any pixels it is used on to a specified type.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.";
elements.alt_change.desc="Changes any pixels it is used on to a specified type, but keeping their non-element-based properties.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.";
elements.alt_alt_change.desc="Changes any pixels it is used on to a specified type, but keeping their non-element-based properties except for color.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.";
desc:"Changes any pixels it is used on to a specified type.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.",
desc:"Changes any pixels it is used on to a specified type, but keeping their non-element-based properties.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.",
desc:"Changes any pixels it is used on to a specified type, but keeping their non-element-based properties except for color.<br/>Currently replacing pixels with \""+changeTo+"\".<br/><span onclick=changeElementPrompt() style=\"color: #ff00ff;\";>Press [;] or click here</span> to open the change prompt.",