fix slay bug

This commit is contained in:
Mashy 2019-09-12 14:25:52 +10:00
parent e8e63e0943
commit 075880d5a7

View File

@ -91,7 +91,7 @@ class Slay extends Component {
});
anime.set('#slay', {
translateY: (window.screen.height) * 0.35 * this.props.direction.y,
translateY: -1 * (window.screen.height) * 0.35,
translateX: 0,
});
anime.set('#explosion feDisplacementMap', {