1
0
Fork 0

🚧 Benjamin WIP

This commit is contained in:
Joost De Cock 2019-07-08 15:54:19 +02:00 committed by Joost De Cock
parent 45498afbba
commit c68c219fe3
9 changed files with 301 additions and 10831 deletions

View file

@ -15,9 +15,13 @@ export default {
},
measurements: ["neckCircumference"],
dependencies: {},
inject: {},
hide: [],
parts: ["base"],
inject: {
bow1: "base",
bow2: "base",
bow3: "base"
},
hide: ["base"],
parts: ["ribbon"],
options: {
transitionLength: 0.7, // 70% of bandLength
bandLength: {
@ -32,13 +36,13 @@ export default {
},
tipWidth: {
pct: 15,
min: 5,
min: 10,
max: 20
},
knotWidth: {
pct: 7,
min: 6,
max: 9
min: 5,
max: 10
},
bowLength: {
pct: 28,