diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:48:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:48:27 +0100 |
commit | 01bad2db72d987890590607fb0a6042ea7c21c3a (patch) | |
tree | 502e7c3e6bdec28e805c06bc50f16ba226b42e66 /scenery | |
parent | 86bd6a4411badecfc76fe3a9d29b4aa30c8fdba7 (diff) |
fix scenery's json offset and rotation
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/control-panel.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scenery/control-panel.json b/scenery/control-panel.json index 2ef2e2f0..fa557b42 100644 --- a/scenery/control-panel.json +++ b/scenery/control-panel.json @@ -17,7 +17,12 @@ },
{
"mirror-from": "n",
- "name": "w"
+ "name": "w",
+ "offset": [
+ 0,
+ 0,
+ 22
+ ]
}
],
"nframes": 1,
|