From afeb3adc5d7f1a13cb4be6aeb78a9d2a5655e90c Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 21 Sep 2008 19:00:40 +0000 Subject: small foot animation fix --- datasrc/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit 1.4.1