Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
I created tile map with tile layers and objects layer.
After parsing xml i want to get all objects, create physics object and render textures for them based on tile layer with this code:
Next I added created Sprites to Scene.
They are rendered correctly, but when I moving scene position: with Follow action, textures being dissapear the further I move scene.
I created tile map with tile layers and objects layer. After parsing xml i want to get all objects, create physics object and render textures for them based on tile layer with this code:
Next I added created Sprites to Scene. They are rendered correctly, but when I moving scene position: with Follow action, textures being dissapear the further I move scene.