- @Override
- public void show() {
- stage = new Stage(new StretchViewport(Constants.VIEWPORT_GUI_WIDTH,Constants.VIEWPORT_GUI_HIEGHT));
- rebuildStage();
- }
- @Override
- public void resize(int width, int height) {
- stage.getViewport().update(width, height, true);
- }
SHARE
TWEET
Untitled
a guest
Oct 3rd, 2015
57
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.

