Update CrashTestDummy.js

This commit is contained in:
StellarX20 2022-02-11 16:48:17 -05:00 committed by GitHub
parent 4c53192243
commit 42e3fe6008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// This new crashtestdummy mod will be more used for code that I'm not sure will actually work
elements.sandreplacer = {
color: "#ff2f2f",
color: "#ff80ff",
tool: function(pixel) {
pixel.element = "sand"
},