diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-25 19:37:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-25 19:37:06 +0100 |
commit | e46dd0f45d1cab35c7441d72f5dcac83720cc539 (patch) | |
tree | 1611ed041680e6dcccb115cbc7c99e098b809d33 /anim | |
parent | 1831d5d1eab5c9a607270a8a9b72a2ac1e6ce62a (diff) |
add scenery horizontal mirroring
Diffstat (limited to 'anim')
-rw-r--r-- | anim/table.json | 11 | ||||
-rw-r--r-- | anim/table.tga | bin | 175134 -> 87626 bytes |
2 files changed, 2 insertions, 9 deletions
diff --git a/anim/table.json b/anim/table.json index 3b15dbc0..f472a4cd 100644 --- a/anim/table.json +++ b/anim/table.json @@ -20,14 +20,7 @@ ]
},
{
- "frames": [
- {
- "ground": "90 x 88",
- "offset": "0 x 164",
- "size": "180 x 164"
- }
- ],
- "ground": "959 x 712",
+ "mirror-from": "n",
"name": "w",
"offset": [
0,
@@ -39,6 +32,6 @@ "height": 0,
"nframes": 1,
"object_name": "table",
- "pixel_size": "180 x 328",
+ "pixel_size": "180 x 164",
"width": 180
}
diff --git a/anim/table.tga b/anim/table.tga Binary files differindex a3c6aed6..1f6083fc 100644 --- a/anim/table.tga +++ b/anim/table.tga |