我正在开发一个游戏,我必须在 SpriteBatchNode 的帮助下使用 Sprites
如何在 WiEngine 中使用 SpriteBatch 节点?
SpriteBatchNode m_batchNode = SpriteBatchNode.make(Texture2D.makePNG(R.drawable.grossini_dance_atlas));
addChild(m_batchNode);
我使用了以下代码。我还需要使用 SpriteBatchNode 实现 SpriteEx