From 7aff6d6d0735caf835fd5402bb00e2dbbe12268f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 28 Nov 2022 19:00:53 +0100 Subject: scenery: add missing file --- scenery/control-panel.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 scenery/control-panel.json (limited to 'scenery/control-panel.json') diff --git a/scenery/control-panel.json b/scenery/control-panel.json new file mode 100644 index 00000000..b7c95d4d --- /dev/null +++ b/scenery/control-panel.json @@ -0,0 +1,37 @@ +{ + "actionframe": 0, + "anim_name": "", + "fps": 24, + "groups": [ + { + "frames": [ + { + "ground": "17 x 66", + "offset": "0 x 0", + "size": "41 x 78" + } + ], + "ground": "17 x 66", + "name": "n", + "offset": [ + 0, + -32, + 8 + ] + }, + { + "mirror-from": "n", + "name": "w", + "offset": [ + -32, + 0, + 8 + ] + } + ], + "height": 0, + "nframes": 1, + "object_name": "control-panel", + "pixel_size": "41 x 78", + "width": 41 +} -- cgit v1.2.3