Is possible to animate a BitmapFont
in libgdx? For example, if I want to rotate a BitmapFont
, do I have to flip the BitmapFont
?
Asked
Active
Viewed 875 times
1

NorthCat
- 9,643
- 16
- 47
- 50

forsaken122
- 45
- 5
1 Answers
0
It's really easy to do it in a scene2D. If you use a Label into a Stage, you can add actions to the label.
check this page.

juanhl
- 1,170
- 2
- 11
- 16
-
check http://stackoverflow.com/questions/8508749/draw-a-bitmapfont-rotated-in-libgdx – juanhl Apr 16 '15 at 09:55