The link has now moved to https://github.com/simtr/The-Powder-Toy/blob/c4dcb37de40eda86871ba4e0992877528a208e39/src/simulation/Elements.h
(at least I think that is the correct link (I have tested it))
Now someone is going to call necro
I have a quick question:
I use the array style to assign properties for my element, which looks like this:
local Element = elem.allocate("MOD", "ELEM1")
elem.element(Element, {
Name = "ELEM1",
Description = "Custom Element",
Color = 0xFF0000
When I tried to use the "Properties" property in this, I got an error. Is there a way that I can use the properties property in the array style?