Skip to content

Commit 42e02a5

Browse files
committed
Update readme.md
1 parent f2823f7 commit 42e02a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sprite textures for use in games and websites.
66

77
The plug-in takes several smaller images and compiles them into a single image.
88
It uses a packing algorithm to use as little space as possible in the final
9-
texture. And it exports a JSON, XML or CSS file with the sprite names and
9+
texture. And it exports a JSON, Atlas, XML or CSS file with the sprite names and
1010
their coordinates within the compiled texture.
1111

1212
![GIMP Sprite Atlas plug-in summary](/docs/spriteatlas_summary.png?raw=true "GIMP Sprite Atlas plug-in summary")
@@ -80,6 +80,7 @@ coordinates file.
8080

8181
* JSON TexturePacker-array, compatible with the TexturePacker format
8282
* JSON TexturePacker hash, compatible with the TexturePacker format
83+
* libGDX TextureAtlas, .atlas text file
8384
* CSS sprites, can be used for html and websites
8485
* XML, plain xml format
8586

0 commit comments

Comments
 (0)