mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
restored previous animations with new bone setup
Former-commit-id: e507dba772d931e3ddebd0c4ecc8e038521a2e3e
This commit is contained in:
parent
8e896cc3c4
commit
f94a8b636d
@ -86,7 +86,7 @@ impl<'a> System<'a> for Sys {
|
|||||||
if control.move_dir.magnitude() > 0.01 {
|
if control.move_dir.magnitude() > 0.01 {
|
||||||
Animation::Run
|
Animation::Run
|
||||||
} else {
|
} else {
|
||||||
Animation::Attack
|
Animation::Idle
|
||||||
}
|
}
|
||||||
} else if gliding {
|
} else if gliding {
|
||||||
Animation::Gliding
|
Animation::Gliding
|
||||||
|
Loading…
Reference in New Issue
Block a user