Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

How to draw a BitmapFont every user click

$
0
0

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.

like THIS


Viewing all articles
Browse latest Browse all 434

Trending Articles