diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-21 19:00:40 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-21 19:00:40 +0000 |
| commit | afeb3adc5d7f1a13cb4be6aeb78a9d2a5655e90c (patch) | |
| tree | 3b2c522787a5acf7e1651f604b4016d70a4c87b9 /datasrc | |
| parent | 22949322eae7fcae9c0bd25901aaae334e348ead (diff) | |
| download | zcatch-afeb3adc5d7f1a13cb4be6aeb78a9d2a5655e90c.tar.gz zcatch-afeb3adc5d7f1a13cb4be6aeb78a9d2a5655e90c.zip | |
small foot animation fix
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/content.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/content.py b/datasrc/content.py index 59cb98b4..5cee1a48 100644 --- a/datasrc/content.py +++ b/datasrc/content.py @@ -397,7 +397,7 @@ anim.front_foot.frames.Add(AnimKeyframe(0.2, -8,-8, 0.3)) anim.front_foot.frames.Add(AnimKeyframe(0.4, 4,-4,-0.2)) anim.front_foot.frames.Add(AnimKeyframe(0.6, 8, 0, 0)) anim.front_foot.frames.Add(AnimKeyframe(0.8, 8, 0, 0)) -anim.front_foot.frames.Add(AnimKeyframe(1.0,-10, 0, 0.2)) +anim.front_foot.frames.Add(AnimKeyframe(1.0,-10,-4, 0.2)) container.animations.Add(anim) anim = Animation("hammer_swing") |