diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 19:16:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 19:16:25 +0100 |
commit | 90d388665cfdb048a71fcadf0e142bb679f160ef (patch) | |
tree | ef5c8a5c01619a244cf6ebccfe806ae2a5c45baa /scenery | |
parent | e8dc8c27155afade10310c84678959f2d7456641 (diff) |
bbox rotation work
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/scenery.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scenery/scenery.json b/scenery/scenery.json index 12889bf6..48762ea4 100644 --- a/scenery/scenery.json +++ b/scenery/scenery.json @@ -2,7 +2,9 @@ { "name": "door1", "type": "door", - "atlas-name": "door-close" + "atlas-name": "door-close", + "bbox-offset": "0 x -32", + "bbox-size": "32 x 16" }, { "name": "control panel (wall) 1", |