events code from anims
This commit is contained in:
@@ -34,14 +34,14 @@ class Purify extends Component {
|
||||
this.charges = points.map(coord => projectile(coord[0], coord[1], 12, COLOURS.GREEN));
|
||||
}
|
||||
|
||||
render({ team }) {
|
||||
render() {
|
||||
return (
|
||||
<svg
|
||||
class='skill-animation green'
|
||||
version="1.1"
|
||||
id="purify"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
style={{ transform: team ? 'rotate3d(1, 0, 0, 180deg)' : '' }}
|
||||
style={{ transform: 'rotate3d(1, 0, 0, 180deg)' }}
|
||||
viewBox="0 0 256 256">
|
||||
<filter id='purifyFilter'>
|
||||
<feGaussianBlur stdDeviation="3"/>
|
||||
|
||||
Reference in New Issue
Block a user