Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dc_wl04
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
dc_wl04
Commits
11e05242
Commit
11e05242
authored
Mar 27, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
fc6a94ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dc_wl04.js
assets/dc_wl04/scene/dc_wl04.js
+2
-2
No files found.
assets/dc_wl04/scene/dc_wl04.js
View file @
11e05242
...
...
@@ -657,17 +657,17 @@ updateFlagArea(cb){
if
(
this
.
_score
*
100.0
/
this
.
data
.
missions
.
length
>=
60
){
cc
.
audioEngine
.
play
(
this
.
audioEnd
.
clip
,
false
,
0.8
);
playDragonBoneAnimation
(
this
.
bubble0
,
'
normal
'
,
1
,
()
=>
{
this
.
onHomeworkFinish
();
this
.
bubble0
.
active
=
false
;
});
}
else
{
cc
.
audioEngine
.
play
(
this
.
audioEnd2
.
clip
,
false
,
0.8
);
playDragonBoneAnimation
(
this
.
comeon
,
'
newAnimation
'
,
1
,
()
=>
{
this
.
onHomeworkFinish
();
this
.
comeon
.
active
=
false
;
});
}
this
.
onHomeworkFinish
();
return
;
}
else
{
...
...
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