wip(plugintest): Work on updating plugintest design
This commit is contained in:
parent
5801eda558
commit
9f248ecb13
5 changed files with 24 additions and 8 deletions
|
@ -10,6 +10,11 @@ const pluginGore = ({ points, Point, options, macro, part }) => {
|
|||
gores: options.goreGoreNumber,
|
||||
extraLength: options.goreExtraLength,
|
||||
})
|
||||
macro('bannerbox', {
|
||||
topLeft: new Point(15, 5),
|
||||
bottomRight: new Point(45, 5),
|
||||
title: 'macro = gore',
|
||||
})
|
||||
}
|
||||
return part
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue