SOLVED Getting 'Black'screen
Posted: Tue Jun 04, 2013 12:06 am
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
When the game starts it will load the background, that floor correctly at first... but then BLACKSCREEN
I know the error is in those lines because if I make that setColor to any color, let's say green the Blackscreen will become a greenscreen
So, I dont know if thats a bug or something. If it is I just warned you guys I guess
Any helps please? Sorry for being such a noob... i cry every night cause of it
(Any grammar mistakes? I'm not american or Brittish. don't grammar hammer me, pls)
So, I'm using that as the first basis of my game's floor (it's a platformer)love.graphics.setColor(0, 0, 0, 255 )
love.graphics.rectangle("fill", 0, 400, 800, 300 )
When the game starts it will load the background, that floor correctly at first... but then BLACKSCREEN
I know the error is in those lines because if I make that setColor to any color, let's say green the Blackscreen will become a greenscreen
So, I dont know if thats a bug or something. If it is I just warned you guys I guess
Any helps please? Sorry for being such a noob... i cry every night cause of it
(Any grammar mistakes? I'm not american or Brittish. don't grammar hammer me, pls)