Commit c6bd0821 authored by huoshizhe's avatar huoshizhe

feat:

parent 25efb16e
{"ver":"1.1.2","uuid":"c35bb2f6-f24a-4850-ae44-643f2fdc7541","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}} {
\ No newline at end of file "ver": "1.1.2",
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -119,6 +119,13 @@ export default class PS_001_Ctrl extends cc.Component { ...@@ -119,6 +119,13 @@ export default class PS_001_Ctrl extends cc.Component {
await asyncDelay(0.001); await asyncDelay(0.001);
this.ShowNode.getComponent(PS_001_scene8).go24(this.carema, this) this.ShowNode.getComponent(PS_001_scene8).go24(this.carema, this)
}else if(id == 21226){ }else if(id == 21226){
this.ShowNode = cc.instantiate(this.allScene[7])
this.node.addChild(this.ShowNode)
await asyncDelay(0.001);
this.ShowNode.getComponent(PS_001_scene8).go33(this.carema, this)
} else {
PS_001_Ctrl.getIns().time = 2;
this.ShowNode = cc.instantiate(this.allScene[7]) this.ShowNode = cc.instantiate(this.allScene[7])
this.node.addChild(this.ShowNode) this.node.addChild(this.ShowNode)
await asyncDelay(0.001); await asyncDelay(0.001);
......
...@@ -70,7 +70,7 @@ export default class PS_001_scene4 extends cc.Component { ...@@ -70,7 +70,7 @@ export default class PS_001_scene4 extends cc.Component {
sound: cc.AudioClip[]= [] sound: cc.AudioClip[]= []
go18(cameraNode:cc.Node,parent:PS_001_Ctrl){ go18(cameraNode:cc.Node,parent:PS_001_Ctrl){
cc.audioEngine.playMusic(this.sound[0],false) // cc.audioEngine.playMusic(this.sound[0],false)
PS_001_dialogueManager.getIns().start(4,18) PS_001_dialogueManager.getIns().start(4,18)
PS_001_handManager.getIns().start(4, this,18) PS_001_handManager.getIns().start(4, this,18)
this.camera=cameraNode this.camera=cameraNode
......
...@@ -41,6 +41,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -41,6 +41,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
{ id: 21220, scene: 7 }, { id: 21220, scene: 7 },
{ id: 21219, scene: 8 }, { id: 21219, scene: 8 },
{ id: 21226, scene: 8 }, { id: 21226, scene: 8 },
{ id: 99999, scene: 8 },
]; ];
const step = this.data.step; const step = this.data.step;
......
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