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/control-panel.json | |
parent | f1da751349fb52a8a88b10bc3289288a4fcd2396 (diff) |
work on entity reodering
Diffstat (limited to 'scenery/control-panel.json')
-rw-r--r-- | scenery/control-panel.json | 20 |
1 files changed, 13 insertions, 7 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
+ ]
}
|