Search found 2 matches
- Tue Jun 04, 2013 11:10 am
- Forum: Support and Development
- Topic: SOLVED Getting 'Black'screen
- Replies: 5
- Views: 2015
Re: Getting 'Black'screen
Hey it's me thanks to bartbes and Plu I got to correct it sorry for anything thanks a lot guys. You need to set the color to white again, afterwards, probably. That's actually a good guess... if you don't set the color back to white the game will draw everything in pitchblack, even images and text a...
- Tue Jun 04, 2013 12:06 am
- Forum: Support and Development
- Topic: SOLVED Getting 'Black'screen
- Replies: 5
- Views: 2015
SOLVED Getting 'Black'screen
Okay, get ready for noobness . I am a beginner and I'm having some issues in a project that is barely a scratch. Here goes the code love.graphics.setColor(0, 0, 0, 255 ) love.graphics.rectangle("fill", 0, 400, 800, 300 ) So, I'm using that as the first basis of my game's floor (it's a plat...