How do you import SpriteSheets and import the sprites (SOLVED)

Um its in the title

Have a look at tile source https://www.defold.com/manuals/tilemap/#_creating_a_tile_source.

A tile source supports splitting an input image into several tiles, setting up flipbook animations from the tiles and even generating physics collision shapes.

3 Likes

hi, I have the same problem, how can I create an atlas from a spritesheet?

You can use a tilesource for spritesheet to create animations. Otherwise you have to break the spritesheet image into actual individual images first.

http://renderhjs.net/shoebox/extractSprites.htm

http://renderhjs.net/shoebox/extractTiles.htm

4 Likes

nice, thanks