run animation incremental tweaks

Former-commit-id: fa43d89890e22da665dc29606baed46e23f8eb6e
This commit is contained in:
jshipsey 2019-04-23 20:17:50 -04:00
parent bc5074a2b8
commit 0a34bfab9b

View File

@ -80,6 +80,14 @@ impl Animation for IdleAnimation {
next.r_shoulder.ori = Quaternion::rotation_y(0.0);
next.r_shoulder.scale = Vec3::one();
next.l_shoulder.offset = Vec3::new(2.9, 6.0, 18.0) / SCALE;
next.l_shoulder.ori = Quaternion::rotation_y(0.0);
next.l_shoulder.scale = Vec3::one() / SCALE;
next.r_shoulder.offset = Vec3::new(2.9, -6.0, 18.0) / SCALE;
next.r_shoulder.ori = Quaternion::rotation_y(0.0);
next.r_shoulder.scale = Vec3::one() / SCALE;
next
}
}