Cylinder

cylinder

Great for body’s tower or ancient area.

Properties

property display: cone;
Required YES
property roof: SELECTOR-TO-WALL | null;
Default null

Wall of top disk.

property wall: SELECTOR-TO-WALL | null;
Default null

Wall of side faces stretched vertically.

property sides: INTEGER;
Default 8

Number of cylinder sides. If have more sides then is more circular:

cylinder 32 sides

sides: 32

Example

ancient-area {
    display: cylinder;
    width: 100;
    depth: 100;
    height: 100;

    roof: wall.roof;
    wall: wall.brick;
    sides: 32;
}

You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Cylinder