SHARE
TWEET

Untitled

a guest Oct 3rd, 2015 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  @Override
  2.     public void show() {
  3.         stage = new Stage(new StretchViewport(Constants.VIEWPORT_GUI_WIDTH,Constants.VIEWPORT_GUI_HIEGHT));
  4.         rebuildStage();
  5.     }
  6.  
  7.  @Override
  8.     public void resize(int width, int height) {
  9.         stage.getViewport().update(width, height, true);
  10.     }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top