Commit 898a90dc authored by 范雪寒's avatar 范雪寒

feat:

parent a191ba86
...@@ -94,7 +94,7 @@ export default class PS_001_scene1 extends cc.Component { ...@@ -94,7 +94,7 @@ export default class PS_001_scene1 extends cc.Component {
this.camera.setPosition(-5,-182) this.camera.setPosition(-5,-182)
this.camera.getComponent(cc.Camera).zoomRatio=1.5 this.camera.getComponent(cc.Camera).zoomRatio=1.5
PS_001_dialogueManager.getIns().start(1,5) PS_001_dialogueManager.getIns().start(1,5)
PS_001_handManager.getIns().start(1, this,5) PS_001_handManager.getIns().start(1, this,12)
this.rightrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('question', 0) this.rightrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('question', 0)
this.leftrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('look', 0) this.leftrabbit.getComponent(dragonBones.ArmatureDisplay).playAnimation('look', 0)
} }
......
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