diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-03-05 11:42:56 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-03-09 12:21:05 +0000 |
commit | beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5 (patch) | |
tree | f0d1947e0369fdf59a1f626f953c778884873cc0 /data | |
parent | ee50719de81145b5859d957da722cf183e0c8c60 (diff) | |
download | space-plat-hs-beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5.tar.gz space-plat-hs-beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5.zip |
Exit stage WIP
Diffstat (limited to 'data')
-rw-r--r-- | data/map.json | 66 | ||||
-rw-r--r-- | data/sprites.json | 19 | ||||
-rw-r--r-- | data/sprites.png | bin | 16332 -> 17866 bytes |
3 files changed, 19 insertions, 66 deletions
diff --git a/data/map.json b/data/map.json index 117732f..0973e6a 100644 --- a/data/map.json +++ b/data/map.json @@ -57,17 +57,6 @@ }, { "height":16, - "id":3, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":160, - "y":120 - }, - { - "height":16, "id":15, "name":"Slime", "rotation":0, @@ -222,61 +211,6 @@ }, { "height":16, - "id":5, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":176, - "y":120 - }, - { - "height":16, - "id":6, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":608, - "y":120 - }, - { - "height":16, - "id":7, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":288, - "y":144 - }, - { - "height":16, - "id":8, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":320, - "y":72 - }, - { - "height":16, - "id":9, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":592, - "y":24 - }, - { - "height":16, "id":10, "name":"Battery", "rotation":0, diff --git a/data/sprites.json b/data/sprites.json index 9132500..2ee7663 100644 --- a/data/sprites.json +++ b/data/sprites.json @@ -87,5 +87,24 @@ [0, 1, 0, 2], [5, 4, 5, 3] ] + }, + "exit": { + "frames": [ + { "x": 0, "y": 160, "width": 16, "height": 24 }, + { "x": 16, "y": 160, "width": 16, "height": 24 }, + { "x": 32, "y": 160, "width": 16, "height": 24 }, + { "x": 48, "y": 160, "width": 16, "height": 24 }, + { "x": 64, "y": 160, "width": 16, "height": 24 }, + { "x": 80, "y": 160, "width": 16, "height": 24 }, + { "x": 0, "y": 184, "width": 16, "height": 24 }, + { "x": 16, "y": 184, "width": 16, "height": 24 }, + { "x": 32, "y": 184, "width": 16, "height": 24 }, + { "x": 48, "y": 184, "width": 16, "height": 24 }, + { "x": 64, "y": 184, "width": 16, "height": 24 } + ], + "sets": [ + [0, 1, 2, 3, 4, 5, 5, + 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10] + ] } } diff --git a/data/sprites.png b/data/sprites.png Binary files differindex 2de2c9c..b048f4c 100644 --- a/data/sprites.png +++ b/data/sprites.png |