Update CrashTestDummy.js
This commit is contained in:
parent
5f4fd1293f
commit
0521bc3381
|
|
@ -2,6 +2,6 @@
|
||||||
elements.sandreplacer = {
|
elements.sandreplacer = {
|
||||||
color: "#ff2f2f",
|
color: "#ff2f2f",
|
||||||
tool: function(pixel) {
|
tool: function(pixel) {
|
||||||
pixel.type = "sand"
|
pixel.element = "sand"
|
||||||
},
|
},
|
||||||
category: "tools",
|
category: "tools",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue