Search found 4 matches
- Tue Apr 05, 2011 6:19 am
- Forum: Support and Development
- Topic: 'love ..' fails
- Replies: 8
- Views: 2498
Re: 'love ..' fails
Which operating system?
- Tue Apr 05, 2011 6:18 am
- Forum: General
- Topic: Transparency
- Replies: 11
- Views: 7963
Re: Transparency
I'm not saying that the whole magenta transparency thing is better or anything - I was just wondering if I'd missed something as there didn't seem to be an obvious way to define that colour as transparency. Based on your replies though, I'll simply use a PNG with transparency. And don't use Paint.ex...
- Mon Apr 04, 2011 9:50 pm
- Forum: General
- Topic: Transparency
- Replies: 11
- Views: 7963
Re: Transparency
I was kind of thinking that yes, perhaps I could use a file format that supports transparency. I was more wondering if using existing assets (such as my spritesheet) was possible or must I modify it specially to work with LOVE?
- Mon Apr 04, 2011 9:37 pm
- Forum: General
- Topic: Transparency
- Replies: 11
- Views: 7963
Transparency
Hi there. What's the recommended way of handling transparency with LOVE? I have a spritesheet in which my sprites are drawn on a magenta background (I previously used this with an SDL version of the same app) but I can't seem to figure out how to draw them without the magenta background. Using setCo...