idk if i made any changes
This commit is contained in:
parent
ce946563c0
commit
5032760429
|
|
@ -18,7 +18,7 @@ elements.shit = {
|
||||||
},
|
},
|
||||||
|
|
||||||
elements.altnull = {
|
elements.altnull = {
|
||||||
color: ["#000000"],
|
color: settings.bg,
|
||||||
behavior: behaviors.SELFDELETE,
|
behavior: behaviors.SELFDELETE,
|
||||||
reactions: {
|
reactions: {
|
||||||
"altnull": { "elem1": null, "elem2": null }
|
"altnull": { "elem1": null, "elem2": null }
|
||||||
|
|
@ -26,10 +26,6 @@ elements.altnull = {
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
deletePixel(pixel.x,pixel.y)
|
deletePixel(pixel.x,pixel.y)
|
||||||
},
|
},
|
||||||
tempHigh: -273,
|
|
||||||
stateHigh: null,
|
|
||||||
tempLow: 999999999999,
|
|
||||||
stateLow: null,
|
|
||||||
burn: 10000,
|
burn: 10000,
|
||||||
burnTime: 1,
|
burnTime: 1,
|
||||||
hidden: true,
|
hidden: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue