@TommiGustafsson wrote:
Hi!
I made this kind of a tiled map in Tiled:
Why does it look like this in the game:
You see, there is nowhere in the map this kind of tiles.
Code:
_tileMap = new TMXTiledMap(); _tileMap->initWithTMXFile("TileMapTutorial.tmx"); this->addChild(_tileMap);
Posts: 2
Participants: 2