summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/atlas.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/atlas.json b/doc/atlas.json
index 53f9722c..c5b05b15 100644
--- a/doc/atlas.json
+++ b/doc/atlas.json
@@ -2,16 +2,16 @@
"name": "character",
"nframes": 24,
"actionframe": 0,
- "fps": 1,
+ "fps": 24,
"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} }
+ { "name": "n", "frames": [], "ground": {"x":484, "y":488} },
+ { "name": "ne", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "e", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "se", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "s", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "sw", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "w", "frames": [], "ground": {"x": 0, "y": 0} },
+ { "name": "nw", "frames": [], "ground": {"x": 0, "y": 0} }
]
}