Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PS_001
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
PS_001
Commits
c6bd0821
Commit
c6bd0821
authored
Jan 15, 2022
by
huoshizhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
parent
25efb16e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
2 deletions
+24
-2
PS_001.meta
assets/PS_001.meta
+15
-1
PS_001_Ctrl.ts
assets/PS_001/ani/script/PS_001_Ctrl.ts
+7
-0
PS_001_scene4.ts
assets/PS_001/ani/script/PS_001_scene4.ts
+1
-1
PS_001.ts
assets/PS_001/scene/PS_001.ts
+1
-0
No files found.
assets/PS_001.meta
View file @
c6bd0821
{"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
assets/PS_001/ani/script/PS_001_Ctrl.ts
View file @
c6bd0821
...
@@ -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
);
...
...
assets/PS_001/ani/script/PS_001_scene4.ts
View file @
c6bd0821
...
@@ -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
...
...
assets/PS_001/scene/PS_001.ts
View file @
c6bd0821
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment