modM.js
This commit is contained in:
parent
a6ad482686
commit
b83e410c62
15
mods/modM.js
15
mods/modM.js
|
|
@ -16,4 +16,17 @@ elements.unstable_coolant = { color: "#16c1db",
|
|||
behavior: behaviors.DGAS,
|
||||
category: "gases",
|
||||
state: "gas",
|
||||
};
|
||||
};
|
||||
elements.hello_world = {
|
||||
color: "#ff0000",
|
||||
behavior: behaviors.WALL,
|
||||
category: "land",
|
||||
state: "solid",
|
||||
};
|
||||
|
||||
elements.hello_world = {
|
||||
color: "#ff0000",
|
||||
behavior: behaviors.WALL,
|
||||
category: "land",
|
||||
state: "solid",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue