Triangle¶
 
Just a triangle shaped roof.
Properties¶
- 
property display:triangle;
- Required - YES 
- 
property wall:SELECTOR-TO-WALL | null;
- Default - null- Wall of side triangles. 
- 
property roof:SELECTOR-TO-WALL | null;
- Default - null- Wall of top faces. 
Example¶
triangle-roof {
    display: triangle;
    width: 100;
    depth: 100;
    height: 100;
    roof: wall.roof;
    wall: wall.brick;
}
You can try in on https://pixelopolis.herokuapp.com/examples/Basic-shapes/Triangle