I make a catching to drops game but I should draw the users score on top left side of the screen. I use this code:
private SpriteBatch sayfa;
sayfa.begin();
scoreboard.draw(sayfa, score, 10,10);
sayfa.end();
But they aren't work because of you can only use string on scoreborad.draw method. How can I solve them.