fix heal duration

This commit is contained in:
ntr 2019-12-18 17:09:32 +10:00
parent c70c4584a6
commit 711650b08c

View File

@ -62,7 +62,7 @@ class Heal extends Component {
targets: ['#heal circle'], targets: ['#heal circle'],
cx: 150, cx: 150,
cy: 200, cy: 200,
duration: TIMES.TARGET_DURATION_MS * 0.9, duration: TIMES.TARGET_DURATION_MS * 0.6,
easing: 'easeOutCirc', easing: 'easeOutCirc',
direction: 'reverse', direction: 'reverse',
})); }));