summaryrefslogtreecommitdiffhomepage
path: root/doc/atlas.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'doc/atlas.json.example')
-rw-r--r--doc/atlas.json.example36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/atlas.json.example b/doc/atlas.json.example
index 9d54b5be..bbb2796f 100644
--- a/doc/atlas.json.example
+++ b/doc/atlas.json.example
@@ -1,18 +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
+{
+ "name": "test",
+ "width": 0, "height": 0,
+ "nframes": 0, "fps": 24,
+ "actionframe": 0,
+
+ "groups": [
+ { "frames": [], "ground": "0 x 0", "name": "n" },
+ { "frames": [], "ground": "0 x 0", "name": "ne" },
+ { "frames": [], "ground": "0 x 0", "name": "e" },
+ { "frames": [], "ground": "0 x 0", "name": "se" },
+ { "frames": [], "ground": "0 x 0", "name": "s" },
+ { "frames": [], "ground": "0 x 0", "name": "sw" },
+ { "frames": [], "ground": "0 x 0", "name": "w" },
+ { "frames": [], "ground": "0 x 0", "name": "nw" }
+ ]
+}
+// vim: ft=javascript