how are you all doing? I have a question please
How would you go about texturing the line of a shape?
For a shape we can use a texture for the fill style
https://wiki.gideros.rocks/index.php/Shape:setFillStyle:
local texture = Texture.new("image.png")
setFillStyle(Shape.TEXTURE, texture) -- sets the fill style as texture with "image.png" |
But we don't have this option for the line style
https://wiki.gideros.rocks/index.php/Shape:setLineStyle.
Any insights, work around, please?
Thank you.
Comments
Likes: MoKaLux
Fragmenter - animated loop machine and IKONOMIKON - the memory game