I´m have a question about LibGDX Game Engine.
- Im always use SpriteBatch to draw on screen, now I will make the same game menu like Flappy Bird. In Flappy Bird the menu comes into the game screen, so flappy bird don´t have more screens, he take it all on the same screen. Can i do this with a stage and scene2D or can i use SpriteBatch for this?
- On Stage I can use actions to rotate my textures, is that doable with SpriteBatch too?
Hope you can help me, sorry for my bad english :)
Greetings coco07 ;)