fix(simone): Added missing frontdarts option
This commit is contained in:
parent
f288bc4544
commit
c47c69a769
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ const config = {
|
||||||
name: 'simone',
|
name: 'simone',
|
||||||
optionGroups: {
|
optionGroups: {
|
||||||
...simonConfig.optionGroups,
|
...simonConfig.optionGroups,
|
||||||
style: [...simonConfig.optionGroups.style, 'contour'],
|
style: [...simonConfig.optionGroups.style, 'frontDarts', 'contour'],
|
||||||
advanced: [
|
advanced: [
|
||||||
...simonConfig.optionGroups.advanced,
|
...simonConfig.optionGroups.advanced,
|
||||||
'bustDartAngle',
|
'bustDartAngle',
|
||||||
|
@ -35,6 +35,7 @@ const config = {
|
||||||
// Simone specific
|
// Simone specific
|
||||||
bustDartAngle: { deg: 10, min: 0, max: 20 },
|
bustDartAngle: { deg: 10, min: 0, max: 20 },
|
||||||
bustDartLength: { pct: 80, min: 50, max: 90 },
|
bustDartLength: { pct: 80, min: 50, max: 90 },
|
||||||
|
frontDarts: { bool: false },
|
||||||
frontDartLength: { pct: 45, min: 30, max: 60 },
|
frontDartLength: { pct: 45, min: 30, max: 60 },
|
||||||
contour: { pct: 50, min: 30, max: 75 },
|
contour: { pct: 50, min: 30, max: 75 },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue