fix heal duration
This commit is contained in:
parent
c70c4584a6
commit
711650b08c
@ -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',
|
||||||
}));
|
}));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user