increase slay anim circle size
This commit is contained in:
parent
44089724ae
commit
5058277776
@ -27,8 +27,8 @@ class Slay extends Component {
|
||||
cx={anime.random(100, 200)}
|
||||
cy={anime.random(-50, -25)}
|
||||
stroke="none"
|
||||
rx={anime.random(3, 7)}
|
||||
ry={7}
|
||||
rx={anime.random(5, 10)}
|
||||
ry={10}
|
||||
fill={RED}
|
||||
/>
|
||||
))}
|
||||
|
||||
@ -40,6 +40,7 @@ class Strike extends Component {
|
||||
height: [200, 10, 0],
|
||||
width: [20, 400, 0],
|
||||
duration: TIMES.TARGET_DURATION_MS,
|
||||
delay: TIMES.TARGET_DURATION_MS * 0.2,
|
||||
}));
|
||||
|
||||
this.animations.push(anime({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user