sandboxels/mods/CrashTestDummy.js

8 lines
229 B
JavaScript
Raw Normal View History

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