Search found 95 matches

by vitaminx
Fri Dec 21, 2012 8:44 am
Forum: Support and Development
Topic: [solved] canvas + incorrect alpha transparency color
Replies: 4
Views: 2845

[solved] canvas + incorrect alpha transparency color

Hi all, no matter what I try, I can't get alpha to work correctly with canvases. What I want to archieve is a skyblue background, but with a black frame around it. When I draw a transparent object onto the sky, for some reason not the blue sky color is shining trough but the black background color. ...
by vitaminx
Thu Dec 20, 2012 1:03 pm
Forum: Support and Development
Topic: How can I clip with love.graphics.draw()
Replies: 6
Views: 4442

Re: How can I clip with love.graphics.draw()

thanks a lot, I'm now using quads which are exactly what I needed.
by vitaminx
Thu Dec 20, 2012 5:21 am
Forum: Games and Creations
Topic: sukippu
Replies: 5
Views: 4575

Re: sukippu

OK here's the love file :)
by vitaminx
Thu Dec 20, 2012 5:00 am
Forum: Games and Creations
Topic: sukippu
Replies: 5
Views: 4575

sukippu

Hey guys! I'm quite new to LOVE / Lua but not that new to programming... and totally enthusiastic about games. So I started a little mini game project to test out LOVE - actually because I was looking for a multiplatform engine which can be used for both free and commercial projects. It will be a ve...
by vitaminx
Fri Oct 19, 2012 7:49 am
Forum: Support and Development
Topic: How can I clip with love.graphics.draw()
Replies: 6
Views: 4442

How can I clip with love.graphics.draw()

Hello all,

I'm quite new to löve, so please permit me this n00b question :crazy:

I'm trying to draw a loaded image on the screen with love.graphics.draw(), but only a rectangular part of it.
However, draw() doesn't do clipping.

What would be the right way to do that?

Thanks! vitaminx