SpriteBatch being drawn outside of Stage?
- by pyko
Currently working on my first game, though running into some problems with libgx and screen aspect ratio.
What I have is a Stage which contains things like menu buttons etc, and the rest of the game is pretty much sprites being drawn with via SpriteBatch. To avoid having multiple SpriteBatches and cameras, I have re-used the ones that are created…