mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed unintentional recovery from preceding strikes
This commit is contained in:
parent
1ae230c194
commit
67fa03dc23
@ -45,7 +45,7 @@ impl Animation for ComboAnimation {
|
|||||||
_ => (0.0, 0.0, 0.0, 0.0),
|
_ => (0.0, 0.0, 0.0, 0.0),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
(1.0, 1.0, 1.0, 1.0)
|
(1.0, 1.0, 0.0, 1.0)
|
||||||
};
|
};
|
||||||
let pullback = 1.0 - move3;
|
let pullback = 1.0 - move3;
|
||||||
let move2 = move2 * pullback;
|
let move2 = move2 * pullback;
|
||||||
|
Loading…
Reference in New Issue
Block a user