|
|
@@ -238,13 +238,13 @@ export default class AniControl extends cc.Component {
|
|
|
mk.fly.PlayCoinAnim(1, 5, this.flyBird_1.node, '', () => {
|
|
|
|
|
|
console.log('--');
|
|
|
- }, 2);
|
|
|
+ }, -1,2);
|
|
|
} else if (customEvenData == 'bird_2') {
|
|
|
this.flyBirdFinished_2();
|
|
|
- mk.fly.PlayCoinAnim(1, 5, this.flyBird_2.node, '', null, 2);
|
|
|
+ mk.fly.PlayCoinAnim(1, 5, this.flyBird_2.node, '', null, -1, 2);
|
|
|
} else if (customEvenData == 'dog') {
|
|
|
this.moveDogFinished();
|
|
|
- mk.fly.PlayCoinAnim(1, 5, this.dogMove.node, '', null, 2);
|
|
|
+ mk.fly.PlayCoinAnim(1, 5, this.dogMove.node, '', null, -1 ,2);
|
|
|
} else if (customEvenData == 'sheep') {
|
|
|
mk.ui.openPanel('module/newOpenRedBag/newOpenRedBag');
|
|
|
//mk.fly.PlayCoinAnim(1, 5, this.moveSheep.node);
|