diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 20:30:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 20:30:24 +0100 |
commit | 98640f0e1bfcdaf6a9937981304dbe643856aa53 (patch) | |
tree | ff6b6e4ee45c59fba6bf5ee406e620cb15678035 /scenery/furniture/drawers1.json | |
parent | 6bf22fc44a4d572d73e5e28246b7e4b20543037b (diff) |
scenery: add furniture
Diffstat (limited to 'scenery/furniture/drawers1.json')
-rw-r--r-- | scenery/furniture/drawers1.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/scenery/furniture/drawers1.json b/scenery/furniture/drawers1.json new file mode 100644 index 00000000..5b9c80ff --- /dev/null +++ b/scenery/furniture/drawers1.json @@ -0,0 +1,37 @@ +{
+ "actionframe": 0,
+ "anim_name": "",
+ "fps": 24,
+ "groups": [
+ {
+ "frames": [
+ {
+ "ground": "26 x 53",
+ "offset": "0 x 0",
+ "size": "50 x 69"
+ }
+ ],
+ "ground": "960 x 540",
+ "name": "n",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mirror-from": "n",
+ "name": "w",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ "height": 0,
+ "nframes": 1,
+ "object_name": "drawers1",
+ "pixel_size": "50 x 69",
+ "width": 50
+}
|