1

Is possible to animate a BitmapFont in libgdx? For example, if I want to rotate a BitmapFont, do I have to flip the BitmapFont?

NorthCat
  • 9,643
  • 16
  • 47
  • 50

1 Answers1

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.

https://github.com/libgdx/libgdx/wiki/Scene2d#actions

juanhl
  • 1,170
  • 2
  • 11
  • 16