Commit 1cb9dd6e authored by 范雪寒's avatar 范雪寒

test:

parent 5af04de1
......@@ -275,7 +275,7 @@ export default class PS_001_scene1 extends cc.Component {
this.parent = parent
this.initUI();
this.camera.setPosition(-30.6, 140.7)
this.camera.getComponent(cc.Camera).zoomRatio = 1.5
this.camera.getComponent(cc.Camera).zoomRatio = 1.25
this.tweenary.push(cc.tween(this.camera.getComponent(cc.Camera)).to(1, { zoomRatio: 1 }).call(this.func2, this).start())
this.tweenary.push(cc.tween(this.camera).to(1, { x: 0, y: 0 }).start())
PS_001_dialogueManager.getIns().start(1, 5)
......
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