标签: java android libgdx draw spritebatch
我在手机上绘制图像时遇到问题。 在计算机上它可以正确绘制,但是,在手机上它会用黑屏替换它。
它是用SpriteBatch绘制的:
batch.draw(peaks, 0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight()/2);
且图片为。{3}},格式为.png,分辨率为1920 x 6000,大小为89,1 kB