resize doesn't switch back to main page now
This commit is contained in:
@@ -20,6 +20,7 @@ public class Page extends Group implements Disposable {
|
||||
setSize(Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
|
||||
setTouchable(Touchable.childrenOnly);
|
||||
setToBasePosition();
|
||||
setName(getClass().getSimpleName());
|
||||
}
|
||||
|
||||
public Page(int baseXPos, int baseYPos, String titleText, Skin skin) {
|
||||
|
Reference in New Issue
Block a user