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/chair1.json | |
parent | f009ba6263e55383395ac3afb2335816846b333b (diff) |
scenery: update following .json schema change
Diffstat (limited to 'scenery/furniture/chair1.json')
-rw-r--r-- | scenery/furniture/chair1.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/scenery/furniture/chair1.json b/scenery/furniture/chair1.json index df8660e2..d63dea63 100644 --- a/scenery/furniture/chair1.json +++ b/scenery/furniture/chair1.json @@ -6,9 +6,9 @@ {
"frames": [
{
- "ground": "25 x 68",
+ "ground": "30 x 81",
"offset": "0 x 0",
- "size": "55 x 82"
+ "size": "55 x 98"
}
],
"ground": "960 x 540",
@@ -31,9 +31,9 @@ {
"frames": [
{
- "ground": "30 x 81",
- "offset": "0 x 82",
- "size": "55 x 98"
+ "ground": "25 x 68",
+ "offset": "0 x 98",
+ "size": "55 x 82"
}
],
"ground": "960 x 540",
@@ -54,9 +54,11 @@ ]
}
],
- "height": 0,
"nframes": 1,
"object_name": "chair1",
"pixel_size": "55 x 180",
- "width": 55
+ "scale": [
+ "factor",
+ 0.3799999952316284
+ ]
}
|