Commit 0a6d569f authored by 范雪寒's avatar 范雪寒

fix: 闪退问题

parent 85d3ee62
......@@ -40,7 +40,7 @@ export default class PS_001_scene2 extends cc.Component {
cc.tween({}).delay(3).call(this.func1, this).start()
}
func1() {//4
this.leftrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('normal', 0)
this.leftrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('talk', 0)
cc.tween(this.camera.getComponent(cc.Camera)).to(4, { zoomRatio: 1.25 }).call(this.func2, this).start()
cc.tween(this.camera).to(4, { x: 0, y: 50 }).start()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment