idk if i made any changes

This commit is contained in:
Lily-129 2022-02-08 08:49:34 -05:00 committed by GitHub
parent ce946563c0
commit 5032760429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -18,7 +18,7 @@ elements.shit = {
},
elements.altnull = {
color: ["#000000"],
color: settings.bg,
behavior: behaviors.SELFDELETE,
reactions: {
"altnull": { "elem1": null, "elem2": null }
@ -26,10 +26,6 @@ elements.altnull = {
tick: function(pixel) {
deletePixel(pixel.x,pixel.y)
},
tempHigh: -273,
stateHigh: null,
tempLow: 999999999999,
stateLow: null,
burn: 10000,
burnTime: 1,
hidden: true,