diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:18:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:18:13 +0100 |
commit | 86bd6a4411badecfc76fe3a9d29b4aa30c8fdba7 (patch) | |
tree | 468c23d67bab654f98126c1fa7ab58e9043b3f6a /scenery | |
parent | f1da751349fb52a8a88b10bc3289288a4fcd2396 (diff) |
work on entity reodering
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/control-panel.json | 20 | ||||
-rw-r--r-- | scenery/control-panel.png | bin | 1370 -> 1563 bytes | |||
-rw-r--r-- | scenery/scenery.json | 5 |
3 files changed, 16 insertions, 9 deletions
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 Binary files differindex 8a422400..c1f0f5f1 100644 --- a/scenery/control-panel.png +++ b/scenery/control-panel.png 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", |