summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-29 19:50:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-29 20:00:59 +0200
commit5f7fc081e144f326180744c8a60e580977ebf00a (patch)
tree0349078bda50b0a2146367fdc9465c09804af2d5 /doc
parent272a6f35f402878bbf6549d107fc64bd58392065 (diff)
use text=auto
Diffstat (limited to 'doc')
-rw-r--r--doc/atlas.json.example38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/atlas.json.example b/doc/atlas.json.example
index 2c9f0f0a..4a6a910c 100644
--- a/doc/atlas.json.example
+++ b/doc/atlas.json.example
@@ -1,19 +1,19 @@
-{
- "object_name": "test",
- "anim_name": "walk",
- "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
+{
+ "object_name": "test",
+ "anim_name": "walk",
+ "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