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)