From 438a07bf89541d2baec53e69cc22eb3301a9d244 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 2 Mar 2023 16:42:16 +0100 Subject: anim, test: test the loader more thoroughly --- anim/test-8x8.json | 12 ++++++++++++ anim/test-8x8.png | Bin 0 -> 218 bytes 2 files changed, 12 insertions(+) create mode 100644 anim/test-8x8.json create mode 100644 anim/test-8x8.png (limited to 'anim') 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 new file mode 100644 index 00000000..ff783da2 Binary files /dev/null and b/anim/test-8x8.png differ -- cgit v1.2.3