mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'master' of https://gitlab.com/jshipsey/fresh
Former-commit-id: 0b7dab49b7d7d92149b2873a8390ab699db63642
This commit is contained in:
commit
357a035757
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user