> // This new crashtestdummy mod will be more used for code that I'm not sure will actually work
Added sand replacer for a test
This commit is contained in:
parent
3a9e685423
commit
2612f74043
|
|
@ -0,0 +1,7 @@
|
||||||
|
// 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",
|
||||||
Loading…
Reference in New Issue