Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Tool for manually creating .atlastex resources from an atlas
Sprite Cutter
This is a tool to manually create .atlastex texures from a single atlas/spritesheet texture
How To Use
- Create a new scene with an AtlasScene root node.
- Add as many Sprite nodes as you want using region and the TextureRegion dock to define the region to use. The name of the node will be the name of the exported file.
- Set the export path. If it doesn't exist it will be created
- Go to Tools->Sprite Cutter: Export Atlas Textures
You can save the AtlasScene as a scene in case you ever need to change the sprite regions
If you change the AtlasScene just repeat step 4. Existing textures will be overwritten.
License
MIT licensed. See LICENSE.md The sprites shown in How To Use section are from https://kenney.nl/assets/toon-characters-1
Tool for manually creating .atlastex resources from an atlas
Reviews
Quick Information
Tool for manually creating .atlastex resources from an atlas