From a6ae9f2d15af856fe37c4c0897bae4bb4bfa3b3d Mon Sep 17 00:00:00 2001 From: Alix Poulsen Date: Tue, 1 Jun 2021 08:43:11 -0400 Subject: [PATCH] add another spritesheet tool (#248) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hope its fine to submit my tool 👉👈 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68452c1..32e5f39 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Graphics * :free: [ShoeBox](http://renderhjs.net/shoebox/) - Adobe Air based app with game and ui related tools. * :tada: [Sprite Sheet Packer](https://github.com/nickgravelyn/SpriteSheetPacker/) - Combine multiple images into a single sprite sheet and generate a txt map of it. * :money_with_wings: [TexturePacker](https://www.codeandweb.com/texturepacker) - Great spritesheet creation editor. +* :tada: [Tilesplit](https://github.com/AlexPoulsen/tilesplit) - CLI text-based tilesheet splitter and namer. Turn a spritesheet into many separate files with names you pick, or not if you don't care. Support templates and textures that are not all the same size. #### Bitmap Compression