increase slay anim circle size

This commit is contained in:
ntr 2019-12-20 17:23:55 +10:00
parent 44089724ae
commit 5058277776
2 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,8 @@ class Slay extends Component {
cx={anime.random(100, 200)} cx={anime.random(100, 200)}
cy={anime.random(-50, -25)} cy={anime.random(-50, -25)}
stroke="none" stroke="none"
rx={anime.random(3, 7)} rx={anime.random(5, 10)}
ry={7} ry={10}
fill={RED} fill={RED}
/> />
))} ))}

View File

@ -40,6 +40,7 @@ class Strike extends Component {
height: [200, 10, 0], height: [200, 10, 0],
width: [20, 400, 0], width: [20, 400, 0],
duration: TIMES.TARGET_DURATION_MS, duration: TIMES.TARGET_DURATION_MS,
delay: TIMES.TARGET_DURATION_MS * 0.2,
})); }));
this.animations.push(anime({ this.animations.push(anime({