From 004ba665948a7c41c15e2353bd82e20447646aca Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 24 Feb 2023 21:52:16 +0100 Subject: scenery: tweak control panel --- scenery/control-panel.json | 25 +++++++------------------ scenery/control-panel.png | Bin 4522 -> 1370 bytes 2 files changed, 7 insertions(+), 18 deletions(-) (limited to 'scenery') diff --git a/scenery/control-panel.json b/scenery/control-panel.json index a446c041..78045d2d 100644 --- a/scenery/control-panel.json +++ b/scenery/control-panel.json @@ -3,33 +3,22 @@ { "frames": [ { - "ground": "17 x 66", - "size": "41 x 78" + "ground": "11 x 46", + "size": "21 x 54" } ], - "ground": "17 x 66", + "ground": "11 x 46", "name": "n", - "offset": [ - 0, - -32, - 8 - ] + "offset": [ 0, -32, 22 ] }, { "mirror-from": "n", "name": "w", - "offset": [ - -32, - 0, - 8 - ] + "offset": [ -32, 0, 22 ] } ], "nframes": 1, "object_name": "control-panel", - "pixel_size": "41 x 78", - "scale": [ - "width", - 41 - ] + "pixel_size": "21 x 54", + "scale": [ "height", 54 ] } diff --git a/scenery/control-panel.png b/scenery/control-panel.png index 74c075a5..8a422400 100644 Binary files a/scenery/control-panel.png and b/scenery/control-panel.png differ -- cgit v1.2.3