removed colors

This commit is contained in:
mrnoodleface 2023-03-22 15:37:14 -04:00 committed by GitHub
parent 84ecd2781f
commit 4df3bd3edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
elements.exploder = {
color: "#fa872f",
color: "#ffffff",
tool: function(pixel) {
if (pixel.element == "sand") {
pixel.element = "explosion"
@ -9,7 +9,7 @@ elements.exploder = {
};
elements.radiator = {
color: '#248c1c',
color: '#ffffff',
tool: function (pixel) {
if (pixel.element == 'cloud') {
pixel.element = 'rad_cloud'