Pentagon -> Heptagon!

This commit is contained in:
Simon Howe
2016-02-25 16:27:13 +01:00
parent 292a56dc1d
commit 569ca9d3d9
6 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ type RenderableNode struct {
const (
Circle = "circle"
Square = "square"
Pentagon = "pentagon"
Heptagon = "heptagon"
Hexagon = "hexagon"
Cloud = "cloud"
)