1
0
Fork 0

breaking(plugin-gore): Drop goreNumber prop

Please use `gores` instead.
This commit is contained in:
joostdecock 2022-08-24 11:59:57 +02:00
parent 7f5a066dea
commit 1e5c55f65a
2 changed files with 10 additions and 16 deletions

View file

@ -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'
})