Im starting learning the libgdx framework and I want to “clone” some games.
I know how to handle touch with
if(Gdx.input.isTouched())
But how do I render new fonts every time user clicks on the screen? (Like the Numbers going up and desapearing)
I tried creating new objects, and made a array to store all “y” positions, but both no success.