Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
l2_boardgame2_tree
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
l2_boardgame2_tree
Commits
49a12a93
Commit
49a12a93
authored
Jul 26, 2022
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
音频
parent
2cf9fbd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
l2_boardgame2_tree.ts
assets/l2_boardgame2_tree/scene/l2_boardgame2_tree.ts
+6
-2
No files found.
assets/l2_boardgame2_tree/scene/l2_boardgame2_tree.ts
View file @
49a12a93
...
...
@@ -596,7 +596,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
const
offsetY
=
{
Red
:
-
90
,
Blue
:
-
90
};
this
.
_status
[
color
]
=
idx
;
await
this
.
playLocalAudio
(
"
正确
"
);
piece
.
zIndex
=
1
;
this
.
showStars
(
piece
);
...
...
@@ -757,7 +756,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
return
;
}
this
.
playLocalAudio
(
"
错误弹回
"
);
this
.
playLocalAudio
(
"
落子
"
);
await
asyncTweenTo
(
node
,
0.7
,
...
...
@@ -960,6 +959,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
await
this
.
pieceFindRightBlock
(
rightBlock
,
idx
);
}
await
this
.
playLocalAudio
(
"
正确
"
);
this
.
updateProgress
(
idx
);
pieceRed
[
"
cantMove
"
]
=
true
;
pieceBlue
[
"
cantMove
"
]
=
true
;
...
...
@@ -1164,9 +1164,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
"
applicationId
"
:
"
154838659000009e
"
}
if
(
this
.
recrodEnd
(
testData
))
{
this
.
playLocalAudio
(
"
正确
"
);
await
this
.
showVoiceGood
();
return
resolve
(
true
)
}
else
{
this
.
playLocalAudio
(
"
错误弹回
"
);
await
this
.
showVoiceTry
();
return
resolve
(
false
);
}
...
...
@@ -1175,9 +1177,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
courseware
&&
courseware
.
stopTest
(
async
(
data
)
=>
{
data
=
JSON
.
parse
(
data
);
if
(
this
.
recrodEnd
(
data
))
{
this
.
playLocalAudio
(
"
正确
"
);
await
this
.
showVoiceGood
();
return
resolve
(
true
)
}
else
{
this
.
playLocalAudio
(
"
错误弹回
"
);
await
this
.
showVoiceTry
();
return
resolve
(
false
);
}
...
...
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