2022-02-11 16:40:45 -05:00
|
|
|
// 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",
|
2022-02-11 16:40:45 -05:00
|
|
|
tool: function(pixel) {
|
2022-02-11 16:42:31 -05:00
|
|
|
pixel.element = "sand"
|
2022-02-11 16:40:45 -05:00
|
|
|
},
|
|
|
|
|
category: "tools",
|
2022-02-11 16:46:19 -05:00
|
|
|
};
|