diff --git a/GIMP 2/lib/gimp/2.0/plug-ins/create_spriteatlas.py b/GIMP 2/lib/gimp/2.0/plug-ins/create_spriteatlas.py index d3c3da4..abe28d3 100644 --- a/GIMP 2/lib/gimp/2.0/plug-ins/create_spriteatlas.py +++ b/GIMP 2/lib/gimp/2.0/plug-ins/create_spriteatlas.py @@ -12,7 +12,7 @@ layer_rects = [] spaces = [] pixel_space = 1 -ATLAS_PLUGIN_VERSION = "v0.2" +ATLAS_PLUGIN_VERSION = "v0.3" # empty space class spaceobj(object): diff --git a/readme.md b/readme.md index 4f7a8f7..3465965 100644 --- a/readme.md +++ b/readme.md @@ -136,6 +136,7 @@ or [Leshy SpriteSheet Tool](https://www.leshylabs.com/apps/sstool/) History ------- 26-may-2022 - v0.1 first release -14-oct-2023 - v0.2 json bugfix +14-oct-2023 - v0.2 json bugfix +09-mrt-2024 - v0.3 fix pad-pixel option BdR©2023 Free to use - send questions or comments: Bas de Reuver - bdr1976@gmail.com