diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-02 16:42:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-02 16:52:13 +0100 |
commit | 438a07bf89541d2baec53e69cc22eb3301a9d244 (patch) | |
tree | a5a794e6062388b0b0809f530b81395beb8bcab9 /anim | |
parent | f245d625fb0b8846714f11ae1a8c25cb8691784f (diff) |
anim, test: test the loader more thoroughly
Diffstat (limited to 'anim')
-rw-r--r-- | anim/test-8x8.json | 12 | ||||
-rw-r--r-- | anim/test-8x8.png | bin | 0 -> 218 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/anim/test-8x8.json b/anim/test-8x8.json new file mode 100644 index 00000000..9a0a6b57 --- /dev/null +++ b/anim/test-8x8.json @@ -0,0 +1,12 @@ +{ + "groups": [ + { "frames": [ {"size": "8 x 8"} ], + "ground": "4 x 4", + "name": "n" + } + ], + "nframes": 1, + "object_name": "test-8x8", + "pixel_size": "8 x 8", + "scale": [ "factor", 1 ] +} diff --git a/anim/test-8x8.png b/anim/test-8x8.png Binary files differnew file mode 100644 index 00000000..ff783da2 --- /dev/null +++ b/anim/test-8x8.png |