diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-09 19:02:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-09 19:02:48 +0100 |
commit | c428c495b56a53ac77d9e0b356a5b0014589be76 (patch) | |
tree | 2965dd897eb2ccad3eec3c9d514db7cf610ef7ab /scenery/furniture/bench1.json | |
parent | f009ba6263e55383395ac3afb2335816846b333b (diff) |
scenery: update following .json schema change
Diffstat (limited to 'scenery/furniture/bench1.json')
-rw-r--r-- | scenery/furniture/bench1.json | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/scenery/furniture/bench1.json b/scenery/furniture/bench1.json index 804fc6be..264820e5 100644 --- a/scenery/furniture/bench1.json +++ b/scenery/furniture/bench1.json @@ -6,9 +6,9 @@ {
"frames": [
{
- "ground": "121 x 134",
+ "ground": "78 x 87",
"offset": "0 x 0",
- "size": "240 x 258"
+ "size": "155 x 167"
}
],
"ground": "960 x 540",
@@ -31,9 +31,9 @@ {
"frames": [
{
- "ground": "119 x 99",
- "offset": "0 x 258",
- "size": "240 x 215"
+ "ground": "77 x 64",
+ "offset": "0 x 167",
+ "size": "155 x 139"
}
],
"ground": "960 x 540",
@@ -54,9 +54,11 @@ ]
}
],
- "height": 0,
"nframes": 1,
"object_name": "bench1",
- "pixel_size": "240 x 473",
- "width": 240
+ "pixel_size": "155 x 306",
+ "scale": [
+ "factor",
+ 0.3799999952316284
+ ]
}
|