Search found 2 matches

by slipher
Fri Jan 23, 2015 8:07 am
Forum: Support and Development
Topic: Quickie Darkening Screen?
Replies: 3
Views: 2342

Re: Quickie Darkening Screen?

Seems like you're not using love.graphics.setColor(255,255,255,255) before drawing your images, causing setColor from the UI to leak into your other draw calls. Always set the color to what you want it to be before drawing anything that uses the color property, you can never rely on an unknown stat...
by slipher
Fri Jan 23, 2015 1:48 am
Forum: Support and Development
Topic: Quickie Darkening Screen?
Replies: 3
Views: 2342

Quickie Darkening Screen?

Hello! I'm using HUMP for my gamestates and Quickie for my GUI. I've been able to use Quickie and the gamestates fine but I'm running into an issue that I could not find elsewhere on the forum. Quickie (I believe) seems to darken the window for some reason and it makes things really hard to see. Whe...