-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
We can make maps/levels using Tiled, a free tile layout and level creating utility. Unfortunately, Cocos2d only supports using one large image containing all the tiles, and not separate images for tiles. We need a tool/utility to stitch together all tiles into a large tileset image.
This can either be an existing tool, or one coded up from scratch; we just need an easy and quick way to create tilesets from existing images. This is best done as a commandline utility, so that we can re-create tilesets as part of the build process.
