sandboxels/mods/CrashTestDummy.js

9 lines
235 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 = {
2022-02-11 16:48:17 -05:00
color: "#ff80ff",
tool: function(pixel) {
2022-02-11 16:42:31 -05:00
pixel.element = "sand"
},
category: "tools",
2022-02-11 16:46:19 -05:00
};