尝试像这样更改投影矩阵:
Matrix4 normalProjection = new Matrix4().setToOrtho2D(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());batch.setProjectionMatrix(normalProjection);

尝试像这样更改投影矩阵:
Matrix4 normalProjection = new Matrix4().setToOrtho2D(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());batch.setProjectionMatrix(normalProjection);