1
0
Fork 0

wip(plugintest): Work on updating plugintest design

This commit is contained in:
Joost De Cock 2023-04-11 19:25:41 +02:00
parent 5801eda558
commit 9f248ecb13
5 changed files with 24 additions and 8 deletions

View file

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