diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-10 22:13:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-11 17:57:35 +0100 |
commit | 509cf464dcbf8887524df777d19cbbab9ca02a50 (patch) | |
tree | 235e72956d62ad920dbbb28199d216c1cf500944 /scenery/furniture/shelf4.json | |
parent | dcf86292ae3e828a334ebacdd0fc4f4c2599445f (diff) |
scenery: add missing shelf4 model
Diffstat (limited to 'scenery/furniture/shelf4.json')
-rw-r--r-- | scenery/furniture/shelf4.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/scenery/furniture/shelf4.json b/scenery/furniture/shelf4.json new file mode 100644 index 00000000..5cd1fcac --- /dev/null +++ b/scenery/furniture/shelf4.json @@ -0,0 +1,46 @@ +{
+ "actionframe": 0,
+ "anim_name": "",
+ "fps": 0,
+ "groups": [
+ {
+ "frames": [
+ {
+ "ground": "77 x 187",
+ "offset": "0 x 0",
+ "size": "154 x 232"
+ }
+ ],
+ "ground": "960 x 540",
+ "name": "n",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ "frames": [
+ {
+ "ground": "77 x 187",
+ "offset": "0 x 232",
+ "size": "154 x 232"
+ }
+ ],
+ "ground": "960 x 540",
+ "name": "w",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ "nframes": 1,
+ "object_name": "shelf4",
+ "pixel_size": "154 x 464",
+ "scale": [
+ "factor",
+ 0.3799999952316284
+ ]
+}
|