From beecc1e2af08f81f5cb5d2ebb93aaef59b20fcd5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 5 Mar 2023 11:42:56 +0000 Subject: Exit stage WIP --- data/map.json | 66 ------------------------------------------------------ data/sprites.json | 19 ++++++++++++++++ data/sprites.png | Bin 16332 -> 17866 bytes 3 files changed, 19 insertions(+), 66 deletions(-) (limited to 'data') diff --git a/data/map.json b/data/map.json index 117732f..0973e6a 100644 --- a/data/map.json +++ b/data/map.json @@ -55,17 +55,6 @@ "x":16, "y":16 }, - { - "height":16, - "id":3, - "name":"Battery", - "rotation":0, - "type":"", - "visible":true, - "width":16, - "x":160, - "y":120 - }, { "height":16, "id":15, @@ -220,61 +209,6 @@ "x":256, "y":120 }, - { - "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, 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 index 2de2c9c..b048f4c 100644 Binary files a/data/sprites.png and b/data/sprites.png differ -- cgit v1.2.3