在按照http://www.cocos2d-x.org/docs/tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter5/zh做的时候,报cc.SpriteBatchNode.addChild(): cc.Sprite is not using the same texture这个错,不知道怎么解决,求大神们来解答一下
根据log,你使用的纹理name不一致导致的。或者你使用的纹理不存在。
bitchnode 要求添加到该节点的所有精灵使用同一张纹理。不同的话用tp打包成大图就可以了
多谢各位,问题已经解决了