diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-14 14:59:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-14 14:59:45 +0200 |
commit | 47e6f77e69bba57745d9016fb7ac6fc573b92b4c (patch) | |
tree | 5e6ff4706da73da3530ccb8eda2290906ce6e065 /blender | |
parent | 5b9a452383b6bff5f2300c495943f2158f470faa (diff) |
fix npc model proportions
Diffstat (limited to 'blender')
-rw-r--r-- | blender/npc/npc-walk.tpl.json | 58 | ||||
-rw-r--r-- | blender/npc/npc.blend | bin | 8038368 -> 8067376 bytes |
2 files changed, 58 insertions, 0 deletions
diff --git a/blender/npc/npc-walk.tpl.json b/blender/npc/npc-walk.tpl.json new file mode 100644 index 00000000..adfb3978 --- /dev/null +++ b/blender/npc/npc-walk.tpl.json @@ -0,0 +1,58 @@ +{
+ "actionframe": 0,
+ "anim_name": "walk",
+ "fps": 60,
+ "groups": [
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "n",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "ne",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "e",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "se",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "s",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "sw",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "w",
+ "offset": [0, 0, 0]
+ },
+ {
+ "frames": [],
+ "ground": "960 x 540",
+ "name": "nw",
+ "offset": [0, 0, 0]
+ }
+ ],
+ "nframes": 60,
+ "object_name": "npc",
+ "scale": ["factor", 0.27443]
+}
diff --git a/blender/npc/npc.blend b/blender/npc/npc.blend Binary files differindex 85bd00f2..dfbe1493 100644 --- a/blender/npc/npc.blend +++ b/blender/npc/npc.blend |