axmol/tools/tolua++/CCTileMapAtlas.pkg

17 lines
381 B
Plaintext

// struct sImageTGA;
class CCTileMapAtlas : public CCAtlasNode
{
// struct sImageTGA* getTGAInfo();
// void setTGAInfo(struct sImageTGA* val);
void setTile(ccColor3B tile, CCPoint position);
void releaseMap();
ccColor3B tileAt(const CCPoint & pos);
static CCTileMapAtlas * create(const char *tile, const char *mapFile, int tileWidth, int tileHeight);
};