8 lines
229 B
JavaScript
8 lines
229 B
JavaScript
|
|
// 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",
|