diff --git a/include/sre/SpriteAtlas.hpp b/include/sre/SpriteAtlas.hpp index 3cee7e74..8ea94a54 100644 --- a/include/sre/SpriteAtlas.hpp +++ b/include/sre/SpriteAtlas.hpp @@ -21,6 +21,7 @@ // Data Format: JSON (Array) // Layout - Size constraints: POT (Power of 2) // Allow rotation: false +// Include pivot information (double click on a single sprite and check 'enable pivot points' // // The json layout is as follows // {"frames": [ // sprites must be defined as an array with the name frames @@ -76,4 +77,4 @@ class SpriteAtlas { std::map sprites; std::shared_ptr texture; }; -} \ No newline at end of file +}