You can set an element's properties.
element Sand { colour "yellow" }
These are all the in-built properties that can be set:
colour
emissive (emissive colour of the element)
emissive
opacity
visible (if false, the element will not render in the world)
visible
hidden (if true, the element will not appear in the menu)
hidden
category (determines which menu category to appear in)
category
pour (if true, holding down the mouse button will continue to pour more atoms, default is true)
pour
default (if true, this element will be picked by the dropper when you load the page)
default
You can create your own properties with the prop keyword:
prop
element Water { prop state "liquid" }
Last updated 4 years ago