about summary refs log tree commit diff
path: root/datasrc/content.py
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc/content.py')
-rw-r--r--datasrc/content.py2
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")