diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 06:14:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 06:14:09 +0200 |
commit | 86c6ba861f9ace14faec9c50d7a00ec6c79de719 (patch) | |
tree | 6b5bfacdef0ebbba81a6f6ef6f1985c25e29e84a /scenery | |
parent | eed15d9a39d2cc3886bcd5025f70a230ad59d316 (diff) |
a
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/table.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/scenery/table.json b/scenery/table.json index 59b2d59b..3fa99f5a 100644 --- a/scenery/table.json +++ b/scenery/table.json @@ -8,11 +8,21 @@ }
],
"ground": "959 x 712",
- "name": "n"
+ "name": "n",
+ "offset": [
+ -20,
+ -20,
+ 0
+ ]
},
{
"mirror-from": "n",
- "name": "w"
+ "name": "w",
+ "offset": [
+ -20,
+ -20,
+ 0
+ ]
}
],
"nframes": 1,
|