Hi Robyn,
showScore()
and showLives()
need to come after drawSprites()
in the draw loop. Otherwise, the background sprite will cover up the text that they draw.
Hi Robyn,
showScore()
and showLives()
need to come after drawSprites()
in the draw loop. Otherwise, the background sprite will cover up the text that they draw.