CCTMXTiledMap *map = [CCTMXTiledMap tiledMapWithTMXFile:@"mapTmx.tmx"]; CCTMXLayer *layer = [map layerNamed:@"Layer 0"]; [layer setTileGID:10 at:ccp( 0, 0 )];
How can I save the map "CCTMXTiledMap *" to the file "mapTmx.tmx"?
This function does not exist by default. You can export tmx via Tiled to one of the text formats and combine your own exporter. Not the answer you wanted, but this is the beginning.
Source: https://habr.com/ru/post/1796248/More articles:how to achieve background color in html5 [type = range] input? - csswhich is a proven solution for connecting mainframe and java? Which is Best for the MQ / IBM CICS Transaction Gateway Series? - ibmLocalization using a resource file - c #How to check jndi bind / unbind status? - javaМожно ли получить имена параметров метода в scala - scalaDependency injection does not work in gwt 2.1 - dependency-injectionlogging in ext3 - Documentation - linuxUse WCF without app.config - wcfSearch in Java API? - javaWhat does the bitwise AND operator do? - cAll Articles