Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LWD_3
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
LWD_3
Commits
d399d96e
Commit
d399d96e
authored
Sep 23, 2021
by
Lwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aaaa
parent
a4c9cbaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
game.js
play/assets/LWD_3/script/game/game.js
+1
-1
item.js
play/assets/LWD_3/script/game/item.js
+1
-1
No files found.
play/assets/LWD_3/script/game/game.js
View file @
d399d96e
...
@@ -144,7 +144,7 @@ var game = cc.Class({
...
@@ -144,7 +144,7 @@ var game = cc.Class({
//五秒没操作
//五秒没操作
hintPlay
:
function
()
{
hintPlay
:
function
()
{
this
.
playLionDragon
(
"
openmou
se
"
)
this
.
playLionDragon
(
"
openmou
th
"
)
this
.
playCatDragon
(
"
begin
"
)
this
.
playCatDragon
(
"
begin
"
)
g
.
speaker
.
inst
.
playEffect
(
g
.
enum
.
E_Audio
.
CatHint
);
g
.
speaker
.
inst
.
playEffect
(
g
.
enum
.
E_Audio
.
CatHint
);
...
...
play/assets/LWD_3/script/game/item.js
View file @
d399d96e
...
@@ -34,7 +34,7 @@ cc.Class({
...
@@ -34,7 +34,7 @@ cc.Class({
g
.
data_mgr
.
time
=
0
;
g
.
data_mgr
.
time
=
0
;
//狮子猫动画
//狮子猫动画
g
.
game
.
inst
.
playLionDragon
(
"
openmou
se
"
);
g
.
game
.
inst
.
playLionDragon
(
"
openmou
th
"
);
g
.
res_mgr
.
playAudioByUrl
(
this
.
itemInfo
.
audio_url
,
(
url
)
=>
{
g
.
res_mgr
.
playAudioByUrl
(
this
.
itemInfo
.
audio_url
,
(
url
)
=>
{
g
.
snd_mgr
.
playEffect
(
url
,
null
);
g
.
snd_mgr
.
playEffect
(
url
,
null
);
...
...
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