public void resize (int width, int height) {
renderer.setProjectionMatrix(new Matrix4().setToOrtho2D(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight()));
}
public static void main (String[] args) throws Exception {
new LwjglApplication(new TexturePackerTest(), "", 640, 480, false);
}