Dome¶
Great for temples or parlaments
Properties¶
-
property
display
:
dome;
Required YES
-
property
roof
:
SELECTOR-TO-WALL | null;
Default null
Wall of side faces stretched vertically.
-
property
vertical-sides
:
INTEGER;
Default 8
Number of vertical sides:
-
property
horizontal-sides
:
INTEGER;
Default 8
Number of horizontal sides:
Example¶
dome-roof {
display: dome;
width: 100;
depth: 100;
height: 100;
wall: wall.bricik;
}
You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Dome