fix buff and debuff
This commit is contained in:
parent
2dc929de40
commit
441cf3bc47
@ -27,15 +27,9 @@ class Block extends Component {
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
transform="rotate(180)"
|
||||
viewBox="0 0 256 256">
|
||||
<polygon
|
||||
points='128,168 80,240 176,240'
|
||||
id="charge"/>
|
||||
<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"/>
|
||||
<polygon points='128,168 80,240 176,240'/>
|
||||
<polyline points='176,240 212,216 128,96 44,216 80,240'/>
|
||||
<polyline points='212,216 248,192 128,24 8,192 44,216'/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ class Buff extends Component {
|
||||
return (
|
||||
<svg
|
||||
id='buff'
|
||||
class="skill-animation"
|
||||
class="skill-animation white"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 200 200">
|
||||
|
||||
@ -22,7 +22,7 @@ class Debuff extends Component {
|
||||
return (
|
||||
<svg
|
||||
id='debuff'
|
||||
class="skill-animation"
|
||||
class="skill-animation white"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 200 200"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user