使用LibGdx中的精灵表动画,不会在手机上显示

时间:2017-04-20 23:57:52

标签: java libgdx

我使用精灵表动画精灵,当我在桌面上运行时它工作正常但是一旦我在移动设备上安装动画精灵显示为黑色方块。问题是什么?

使用ubuntu 16.04和android studio。

com.badlogic.gdx.graphics.g2d.TextureRegion;

animation = new Animation(FRAME_LENGTH, TextureRegion.split(new Texture("name.png"), SIZE, SIZE)[0]);

batch.draw((TextureRegion) animation.getKeyFrame(stateTime), x, y);

0 个答案:

没有答案