diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 10:56:22 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 10:56:22 +0200 |
| commit | 954c223d3276ae312274e9f0a3c47396b8cf9d60 (patch) | |
| tree | d9b54e3f210bcc073e44a4809298a650a94fdb52 /doc | |
| parent | b0925a6a5e16dce10cb9b5bd99b62f96b2953441 (diff) | |
.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/atlas.json | 18 |
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} } ] } |
