Page 2 of 2

Re: Drawing sprites with alpha?

Posted: Tue Jun 30, 2009 6:08 am
by bartbes
Are you sure love.color_modulate is on? Have to ask.

Re: Drawing sprites with alpha?

Posted: Mon Jul 20, 2009 2:02 am
by CharWirtanen
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?
I'm also having this same problem.

Re: Drawing sprites with alpha?

Posted: Mon Jul 20, 2009 2:03 am
by CharWirtanen
bartbes wrote:Are you sure love.color_modulate is on? Have to ask.
D'oh. That was it for me.