Element: Difference between revisions

From Wiki of ZZT
Jump to navigation Jump to search
(Created page with "An element is the building block of a ZZT board; each has its own distinct type and color. The engine defines a table of elements indexed by their type; any additional information beyond the color requires the element to have an attached stat. Note that text elements, as well as any element ID beyond text, uses the color value as an 8-bit character code instead.")
 
No edit summary
 
Line 2: Line 2:


Note that text elements, as well as any element ID beyond text, uses the color value as an 8-bit character code instead.
Note that text elements, as well as any element ID beyond text, uses the color value as an 8-bit character code instead.
{{ElementsNavbox}}

Latest revision as of 21:45, 23 December 2025

An element is the building block of a ZZT board; each has its own distinct type and color. The engine defines a table of elements indexed by their type; any additional information beyond the color requires the element to have an attached stat.

Note that text elements, as well as any element ID beyond text, uses the color value as an 8-bit character code instead.