Guest User

Untitled

a guest
May 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public void render() {
  2. if(manager.get("myloadinscreen.png", Texture.class) {
  3. // do your loading screen rendering here
  4. }
  5. if(manager.update()) {
  6. // loading of all shit is done, we can change the state to whatever (main menu, game etc.)
  7. }
  8. }
Add Comment
Please, Sign In to add comment