Commit 34d6d8e5 authored by 范雪寒's avatar 范雪寒

feat:

parent 530f42a8
......@@ -69,13 +69,12 @@ export default class PS_001_scene4 extends cc.Component {
@property([cc.AudioClip])
sound: cc.AudioClip[]= []
go18(cameraNode:cc.Node,parent:PS_001_Ctrl){
this.camera=cameraNode
this.parent=parent
this.parent.toNext(4)
// // cc.audioEngine.playMusic(this.sound[0],false)
// PS_001_dialogueManager.getIns().start(4,18)
// PS_001_handManager.getIns().start(4, this,18)
// this.camera=cameraNode
// this.parent=parent
// this.chicken.playAnimation('born', 1)
// this.camera.setPosition(1376.016,-596.526)
// this.camera.getComponent(cc.Camera).zoomRatio=2
......
......@@ -82,13 +82,13 @@ export default class PS_001_scene5 extends cc.Component {
@property([cc.AudioClip])
sound: cc.AudioClip[]= []
go18(cameraNode: cc.Node, parent: PS_001_Ctrl) {
this.camera=cameraNode
this.parent=parent
this.func4()
// cc.audioEngine.playMusic(this.sound[0],false)
// PS_001_dialogueManager.getIns().start(5,18)
// PS_001_handManager.getIns().start(5, this,18)
// this.camera=cameraNode
// this.parent=parent
// this.camera.setPosition(506.817, -173.767)
// this.camera.getComponent(cc.Camera).zoomRatio=2
// this.func4()
......
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