summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/atlas.json')
-rw-r--r--doc/atlas.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/atlas.json b/doc/atlas.json
new file mode 100644
index 00000000..53f9722c
--- /dev/null
+++ b/doc/atlas.json
@@ -0,0 +1,18 @@
+{
+ "name": "character",
+ "nframes": 24,
+ "actionframe": 0,
+ "fps": 1,
+ "groups": [
+ { "direction": "N", "frames": [], "ground": {"x":484, "y":488} },
+ { "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