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.example16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/atlas.json.example b/doc/atlas.json.example
index b3c4672f..ee13dc67 100644
--- a/doc/atlas.json.example
+++ b/doc/atlas.json.example
@@ -7,14 +7,14 @@
"pixel_size": "0 x 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" }
+ { "frames": [], "ground": "0 x 0", "name": "n", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "ne", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "e", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "se", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "s", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "sw", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "w", "offset": "0 x 0" },
+ { "frames": [], "ground": "0 x 0", "name": "nw", "offset": "0 x 0" }
]
}
// vim: ft=javascript