knitcodemonkey / hexagon-quilt-map

Trying to "randomize" my quilt hexis
https://knitcodemonkey.github.io/hexagon-quilt-map/
MIT License
1 stars 3 forks source link

Implemented correct number of rows generation #25

Closed izhuravlev closed 4 years ago

izhuravlev commented 4 years ago

This PR fixes issue #24.

As soon as our rows are generated by iterating through the array of imageList, to make 2 times more rows for RightTreangle we have to generate 2 times more images. That's why I did little changes to the generateImages file.

izhuravlev commented 4 years ago

Prettier changed the styling in some places - that caused so many corrections.