diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 08:40:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 09:57:16 +0100 |
commit | a6af5d7b0cdb037bf8d0fd99aedfedc9789fd74c (patch) | |
tree | 6664758f61d0bee67ba64f231a6ec2e6b4dd72ac /doc/atlas.json.example | |
parent | 7434d29f3ce0033194b53b44ed881f749e67da75 (diff) |
add offset to anim_group rotations
Diffstat (limited to 'doc/atlas.json.example')
-rw-r--r-- | doc/atlas.json.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/atlas.json.example b/doc/atlas.json.example index b3c4672f..ee13dc67 100644 --- a/doc/atlas.json.example +++ b/doc/atlas.json.example @@ -7,14 +7,14 @@ "pixel_size": "0 x 0", "groups": [ - { "frames": [], "ground": "0 x 0", "name": "n" }, - { "frames": [], "ground": "0 x 0", "name": "ne" }, - { "frames": [], "ground": "0 x 0", "name": "e" }, - { "frames": [], "ground": "0 x 0", "name": "se" }, - { "frames": [], "ground": "0 x 0", "name": "s" }, - { "frames": [], "ground": "0 x 0", "name": "sw" }, - { "frames": [], "ground": "0 x 0", "name": "w" }, - { "frames": [], "ground": "0 x 0", "name": "nw" } + { "frames": [], "ground": "0 x 0", "name": "n", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "ne", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "e", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "se", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "s", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "sw", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "w", "offset": "0 x 0" }, + { "frames": [], "ground": "0 x 0", "name": "nw", "offset": "0 x 0" } ] } // vim: ft=javascript |