sandboxels/mods/CrashTestDummy.js

9 lines
235 B
JavaScript

// This new crashtestdummy mod will be more used for code that I'm not sure will actually work
elements.sandreplacer = {
color: "#ff80ff",
tool: function(pixel) {
pixel.element = "sand"
},
category: "tools",
};