AndEngine:我想用5个精灵制作一个autoparallaxBackground。这5个精灵是线性排列的,它应该在完成最后一个精灵后重复第一个精灵。该怎么办?
答案 0 :(得分:0)
background_scene = new AutoParallaxBackground(0, 0, 0, 20f);
background_scene.attachParallaxEntity(new ParallaxEntity(-5.0f,
new Sprite(Constants.CW / 2 + 150, Constants.CH / 2 + 70,
your background Textureregion, vbom)));