Merge pull request #17 from te-agma-at/patch-1
This commit is contained in:
commit
190c4814b0
|
|
@ -0,0 +1,27 @@
|
||||||
|
elements.soup = {
|
||||||
|
color: "#846851",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "liquids",
|
||||||
|
viscosity: 74000,
|
||||||
|
state: "liquid",
|
||||||
|
density: 720
|
||||||
|
};
|
||||||
|
elements.tar = {
|
||||||
|
color: "#101217",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "liquids",
|
||||||
|
viscosity: 45000,
|
||||||
|
state: "liquid",
|
||||||
|
burn: 10,
|
||||||
|
burnTime: 200,
|
||||||
|
fireColor: "#101217",
|
||||||
|
density: 1
|
||||||
|
};
|
||||||
|
elements.paste = {
|
||||||
|
color: "#D8D4C1",
|
||||||
|
behavior: behaviors.LIQUID,
|
||||||
|
category: "solids",
|
||||||
|
viscosity: 150430,
|
||||||
|
state: "solid",
|
||||||
|
density: 230
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue