|
@@ -567,10 +567,10 @@ export default class FF extends ViewObject {
|
|
|
* 地图震动
|
|
|
*/
|
|
|
public shockMap() {
|
|
|
- cc.tween(this.mMapLayer).sequence(
|
|
|
- cc.moveBy(0.05, 0, 15).easing(cc.easeBackOut()),
|
|
|
- cc.moveBy(0.05, 0, -15).easing(cc.easeBackOut())
|
|
|
- ).start();
|
|
|
+ // cc.tween(this.mMapLayer).sequence(
|
|
|
+ // cc.moveBy(0.05, 0, 15).easing(cc.easeBackOut()),
|
|
|
+ // cc.moveBy(0.05, 0, -15).easing(cc.easeBackOut())
|
|
|
+ // ).start();
|
|
|
}
|
|
|
//移除伙伴
|
|
|
public removePet(id) {
|