Skip to content

Commit 8e6afc7

Browse files
committed
less rows and cols means larger flowers
1 parent 6b983de commit 8e6afc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/secrets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var two = new Two({
66

77
var rows = Math.floor(two.height / 100);
88
var cols = Math.floor(two.width / 100);
9+
var rows = Math.floor(two.height / 150);
910
var radius = Math.floor(Math.max(two.width, two.height) / Math.max(rows, cols)) / 2;
1011
var shapes = makeFlowers();
1112
var container = two.makeGroup(getBackground());

0 commit comments

Comments
 (0)