Tagged Questions
-3
votes
0answers
46 views
How to animate the Tilemap object in Libgdx? [closed]
I am facing problem to animate or move the object(Cell) of Tilemap??? Is there any solution for this???
2
votes
1answer
117 views
How do I eliminate black bar artifacts in AndEngine/TMX plugin?
I used AndEngine gles1 along with the tmx plugin to generate my background maps. The image width is not fit to my virtual device, so I increased the tmx image size. Here is my code for the camera ...
3
votes
1answer
692 views
Isometric Tile maps in Cocos2d-x
Is there an specific isometric tile map handler in cocos2d-x? I can't find any.
2
votes
1answer
224 views
Units of measurement in a tile world
I've started to make a 2D sidescroller, the camera and world rendering works as I expect, but now comes the physics part of world.
What I need is that one tile in x or direction should correspond to ...