sparkles: Added front left part
This commit is contained in:
parent
467e88f45a
commit
415f7c483e
9 changed files with 280 additions and 97 deletions
|
@ -23,6 +23,7 @@ export default {
|
|||
back: "backBase",
|
||||
front: "frontBase",
|
||||
frontRight: "front",
|
||||
frontLeft: "front",
|
||||
buttonPlacket: "front"
|
||||
},
|
||||
inject: {
|
||||
|
@ -31,9 +32,10 @@ export default {
|
|||
back: "backBase",
|
||||
front: "frontBase",
|
||||
frontRight: "front",
|
||||
frontLeft: "front",
|
||||
buttonPlacket: "front"
|
||||
},
|
||||
hide: ["base", "frontBase", "backBase"],
|
||||
hide: ["base", "frontBase", "front", "backBase"],
|
||||
options: {
|
||||
// Constants
|
||||
collarFactor: 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue