Former-commit-id: ba8dfe2c6b54b40b25ce2fe71d2eef8827f8a779
This commit is contained in:
jshipsey 2019-04-20 19:39:54 -04:00
commit 44374969fb

View File

@ -49,6 +49,7 @@ impl Animation for RunAnimation {
next.l_foot.offset = Vec3::new(2.5 - wavecos * 4.0, 3.4, 6.0 + wave * 2.9) / SCALE;
next.l_foot.ori = Quaternion::rotation_y(wave * -1.0);
next.r_foot.offset = Vec3::new(2.5 + wavecos * 4.0, -3.4, 6.0 - wave * 2.9) / SCALE;
next.r_foot.ori = Quaternion::rotation_y(wave * 1.0);
next.back.offset = Vec3::new(-6.0, 16.0, 15.0);