fix buff and debuff

This commit is contained in:
Mashy 2019-07-23 18:29:19 +10:00
parent 2dc929de40
commit 441cf3bc47
3 changed files with 5 additions and 11 deletions

View File

@ -27,15 +27,9 @@ class Block extends Component {
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
transform="rotate(180)" transform="rotate(180)"
viewBox="0 0 256 256"> viewBox="0 0 256 256">
<polygon <polygon points='128,168 80,240 176,240'/>
points='128,168 80,240 176,240' <polyline points='176,240 212,216 128,96 44,216 80,240'/>
id="charge"/> <polyline points='212,216 248,192 128,24 8,192 44,216'/>
<polyline
points='176,240 212,216 128,96 44,216 80,240'
id="charge"/>
<polyline
points='212,216 248,192 128,24 8,192 44,216'
id="charge"/>
</svg> </svg>
); );
} }

View File

@ -22,7 +22,7 @@ class Buff extends Component {
return ( return (
<svg <svg
id='buff' id='buff'
class="skill-animation" class="skill-animation white"
version="1.1" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 200 200"> viewBox="0 0 200 200">

View File

@ -22,7 +22,7 @@ class Debuff extends Component {
return ( return (
<svg <svg
id='debuff' id='debuff'
class="skill-animation" class="skill-animation white"
version="1.1" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 200 200" viewBox="0 0 200 200"