From 86bd6a4411badecfc76fe3a9d29b4aa30c8fdba7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Mar 2023 16:18:13 +0100 Subject: work on entity reodering --- scenery/control-panel.json | 20 +++++++++++++------- scenery/control-panel.png | Bin 1370 -> 1563 bytes scenery/scenery.json | 5 +++-- 3 files changed, 16 insertions(+), 9 deletions(-) (limited to 'scenery') diff --git a/scenery/control-panel.json b/scenery/control-panel.json index 78045d2d..2ef2e2f0 100644 --- a/scenery/control-panel.json +++ b/scenery/control-panel.json @@ -3,22 +3,28 @@ { "frames": [ { - "ground": "11 x 46", - "size": "21 x 54" + "ground": "11 x 45", + "size": "21 x 52" } ], "ground": "11 x 46", "name": "n", - "offset": [ 0, -32, 22 ] + "offset": [ + 0, + 0, + 22 + ] }, { "mirror-from": "n", - "name": "w", - "offset": [ -32, 0, 22 ] + "name": "w" } ], "nframes": 1, "object_name": "control-panel", - "pixel_size": "21 x 54", - "scale": [ "height", 54 ] + "pixel_size": "21 x 52", + "scale": [ + "factor", + 1.0 + ] } diff --git a/scenery/control-panel.png b/scenery/control-panel.png index 8a422400..c1f0f5f1 100644 Binary files a/scenery/control-panel.png and b/scenery/control-panel.png differ diff --git a/scenery/scenery.json b/scenery/scenery.json index 0f2826b7..4d563b07 100644 --- a/scenery/scenery.json +++ b/scenery/scenery.json @@ -4,13 +4,14 @@ "type": "door", "atlas-name": "door-close", "bbox-offset": "0 x -32", - "bbox-size": "32 x 16" + "bbox-size": "64 x 16" }, { "name": "control panel (wall) 1", "type": "generic", "atlas-name": "control-panel", - "pass-mode": "pass" + "pass-mode": "pass", + "offset": "0 x -32" }, { "name": "bench1", -- cgit v1.2.3