I’m trying to add score to my brickbreaker game. When the brick is hit, I want the score to appear above the brick and fade upward. I’ve made a score class, but it is all kinds of jacked up. I’m going to scrap the whole class and start over…I’ve been trying to pass the spritebatch through classes to get to the score class and all that and it’s just not working…
My bricks are drawn in my level class, my game logic is in GameScreen. I’m confused where to draw what and how to put it together…Any advice is very appreciated! I hope i’ve explained my problem correctly…