Is it possible to dynamically manipulate loaded TMX map in AndEngine? For example, add objects on tile map, drag objects or resize a map?
Any suggestions please.
|
|
|
You may only get parameters of TiledMap and TMXTile. You won't be able to set parameters and save them in your .tmx file(android doesn't let you modify /res and /assets files). You may only modify your tmx layers, for example: set scale, set alpha, etc. |
|||
|