From 4fdc7abb291e871fa7606a5d3c51672508249f0f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 10 Jun 2022 19:56:33 +0200 Subject: . --- doc/atlas.json.example | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/atlas.json.example (limited to 'doc/atlas.json.example') diff --git a/doc/atlas.json.example b/doc/atlas.json.example new file mode 100644 index 00000000..9d54b5be --- /dev/null +++ b/doc/atlas.json.example @@ -0,0 +1,18 @@ +{ + "name": "character", + "nframes": 24, + "actionframe": 0, + "fps": 24, + "directions": [ + { "direction": "N", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "NE", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "E", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "SE", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "S", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "SW", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "W", "frames": [], "ground": {"x": 0, "y": 0} }, + { "direction": "NW", "frames": [], "ground": {"x": 0, "y": 0} } + ] +} + +// vim: ft=javascript -- cgit v1.2.3