Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
setLineStyle textured — Gideros Forum

setLineStyle textured

MoKaLuxMoKaLux Member
edited May 2021 in General questions
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.
my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
Tagged:

Comments

Sign In or Register to comment.