breaking(plugin-gore): Drop goreNumber
prop
Please use `gores` instead.
This commit is contained in:
parent
7f5a066dea
commit
1e5c55f65a
2 changed files with 10 additions and 16 deletions
|
@ -15,7 +15,7 @@ describe('Gore Plugin Tests', () => {
|
|||
macro('gore', {
|
||||
from:anchorPoint,
|
||||
radius:25,
|
||||
goreNumber:4,
|
||||
gores:4,
|
||||
extraLength:0,
|
||||
prefix:'gore'
|
||||
})
|
||||
|
@ -36,7 +36,7 @@ describe('Gore Plugin Tests', () => {
|
|||
macro('gore', {
|
||||
from:anchorPoint,
|
||||
radius:25,
|
||||
goreNumber:8,
|
||||
gores:8,
|
||||
extraLength:0,
|
||||
prefix:'gore'
|
||||
})
|
||||
|
@ -58,7 +58,7 @@ describe('Gore Plugin Tests', () => {
|
|||
macro('gore', {
|
||||
from:anchorPoint,
|
||||
radius:25,
|
||||
goreNumber:4,
|
||||
gores:4,
|
||||
extraLength:20,
|
||||
prefix:'gore'
|
||||
})
|
||||
|
@ -80,7 +80,7 @@ describe('Gore Plugin Tests', () => {
|
|||
macro('gore', {
|
||||
from:anchorPoint,
|
||||
radius:30,
|
||||
goreNumber:4,
|
||||
gores:4,
|
||||
extraLength:0,
|
||||
prefix:'gore'
|
||||
})
|
||||
|
@ -102,7 +102,7 @@ describe('Gore Plugin Tests', () => {
|
|||
macro('gore', {
|
||||
from:anchorPoint,
|
||||
radius:25,
|
||||
goreNumber:4,
|
||||
gores:4,
|
||||
extraLength:0,
|
||||
prefix:'gore'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue