diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 11:55:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 11:55:26 +0100 |
commit | 3e3066111dd80ea7944f7897025952881b704352 (patch) | |
tree | 58915341e0427fc0267cb4a2e712f4d5233b4de5 /doc/atlas.json.example | |
parent | 6e8473c60655a40a09ac0d2091deaf447ba54df4 (diff) |
add z component to anim_group world offset
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 ee13dc67..56f16510 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", "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" } + { "frames": [], "ground": "0 x 0", "name": "n", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "ne", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "e", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "se", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "s", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "sw", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "w", "offset": [0, 0, 0] }, + { "frames": [], "ground": "0 x 0", "name": "nw", "offset": [0, 0, 0] } ] } // vim: ft=javascript |