Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP05
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
OP05
Commits
92fb7f07
Commit
92fb7f07
authored
Oct 31, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 结束时的语音替换以及不显示拍照按钮
parent
be526d46
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
finish.mp3
play/assets/OP05/audios/finish.mp3
+0
-0
finish.mp3.meta
play/assets/OP05/audios/finish.mp3.meta
+1
-1
OP05.js
play/assets/OP05/scene/OP05.js
+2
-2
No files found.
play/assets/OP05/audios/finish.mp3
100644 → 100755
View file @
92fb7f07
No preview for this file type
play/assets/OP05/audios/finish.mp3.meta
View file @
92fb7f07
...
...
@@ -2,6 +2,6 @@
"ver": "2.0.1",
"uuid": "ab03c99c-c830-45fa-a537-eaf8f1295c4d",
"downloadMode": 0,
"duration":
11.232
,
"duration":
4.146667
,
"subMetas": {}
}
\ No newline at end of file
play/assets/OP05/scene/OP05.js
View file @
92fb7f07
...
...
@@ -312,7 +312,7 @@ cc.Class({
pg
.
view
.
visible
(
bg_tryagain
,
false
);
this
.
playSFX
(
"
audio_finish
"
);
pg
.
view
.
visible
(
btn_picture
,
true
);
//
pg.view.visible(btn_picture, true);
pg
.
view
.
visible
(
btn_record
,
false
);
onHomeworkFinish
&&
onHomeworkFinish
();
}
else
if
(
GameManager
.
getIns
().
getState
()
==
6
)
{
...
...
@@ -428,7 +428,7 @@ cc.Class({
this
.
initLayout
()
},
onTouchPicture
()
{
this
.
playSFX
(
"
audio_btns
"
);
//
this.playSFX("audio_btns");
},
...
...
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