tool that burns things
This commit is contained in:
parent
5c64800a59
commit
1ede070758
|
|
@ -0,0 +1,9 @@
|
||||||
|
elements.igniter = {
|
||||||
|
color: elements.fire.color,
|
||||||
|
tool: function(pixel) {
|
||||||
|
pixel.burnStart = pixelTicks;
|
||||||
|
pixel.burning = true;
|
||||||
|
},
|
||||||
|
category: "tools",
|
||||||
|
excludeRandom: true,
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue