Background and Text
Posted: Sat Jul 05, 2008 12:37 am
Right now I have a:
But the text does not come up. Taking out the "bg" will show the text on a black background. Is there a way to sort the Z-order of what is drawn? Also, for a future release, would it be possible to separate Backgrounds from Sprite, and have them have separate classes?
Code: Select all
love.graphics.draw(bg, 320, 240)
love.graphics.draw(mouseX, 20,20)
love.graphics.draw(mouseY, 20,40)