From 2103dc0dcf42fd2489d5f9e4fec46146f7cc9db5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 Feb 2023 21:20:12 +0000 Subject: Initial import --- data/sprites.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/sprites.json (limited to 'data/sprites.json') diff --git a/data/sprites.json b/data/sprites.json new file mode 100644 index 0000000..af3e33e --- /dev/null +++ b/data/sprites.json @@ -0,0 +1,16 @@ +{ + "player": { + "frames": [ + { "x": 0, "y": 0, "width": 16, "height": 24 }, + { "x": 16, "y": 0, "width": 16, "height": 24 }, + { "x": 32, "y": 0, "width": 16, "height": 24 }, + { "x": 48, "y": 0, "width": 16, "height": 24 }, + { "x": 64, "y": 0, "width": 16, "height": 24 }, + { "x": 80, "y": 0, "width": 16, "height": 24 } + ], + "sets": [ + [0, 1, 0, 2], + [5, 4, 5, 3] + ] + } +} -- cgit v1.2.3