Former-commit-id: 0b7dab49b7d7d92149b2873a8390ab699db63642
This commit is contained in:
jshipsey 2019-04-20 18:57:09 -04:00
commit 357a035757

View File

@ -30,7 +30,6 @@ impl Animation for RunAnimation {
let wavecos_slow = (time as f32 * 8.0 + PI).cos();
let wave_dip = (wave_slow.abs() - 0.5).abs();
next.head.offset = Vec3::unit_z() * (12.0 + fuzzwave *0.4)/ SCALE;
next.chest.offset = Vec3::unit_z() * (8.0 + fuzzwave * 0.3) / SCALE;