Sprites as backgrounds

@rlhauptman5

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.

1 Like