Re: Drawing sprites with alpha?
Posted: Tue Jun 30, 2009 6:08 am
Are you sure love.color_modulate is on? Have to ask.
I'm also having this same problem.Jasoco wrote:I can't figure out how to make images transparent. For some reason it seems to only be affecting text.
I'm sorry but this is implemented very strangely. The opacity value should be part of the draw function like angle and scale are. The color stuff only seems to affect text. Which is fine, if I want to make text transparent. But how do I make an image draw opaque?
D'oh. That was it for me.bartbes wrote:Are you sure love.color_modulate is on? Have to ask.