From 95bf846e09896767bfbdb4cad87069fc728a1733 Mon Sep 17 00:00:00 2001 From: Fr3deric Date: Sat, 9 Mar 2019 22:23:28 +0100 Subject: [PATCH] larger secondary crowns --- baumgen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/baumgen.js b/baumgen.js index 974969e..6982993 100644 --- a/baumgen.js +++ b/baumgen.js @@ -39,6 +39,7 @@ function gen_tree(pos, maxheight) { crown: baum.crown.clone() }; b.crown.length *= 0.4; + b.crown.width = 0.8; baum.forks = [{ pos: 0.2 + Math.random() * 0.4, branch: new Branch(b),