Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fsActive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6051e20f
authored
Sep 08, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:优化音乐播放逻辑
parent
b7bd9baf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
activeFt/luckySpace/lib/default.js
activeFt/luckySpace/lib/default.js
View file @
6051e20f
...
@@ -116,23 +116,14 @@ function betSound() {
...
@@ -116,23 +116,14 @@ function betSound() {
}
}
// 中奖音效
// 中奖音效
function
betWin
()
{
function
betWin
()
{
if
(
mAudios
.
bgm
.
muted
)
{
return
;
}
mAudios
.
betWin
.
play
();
mAudios
.
betWin
.
play
();
}
}
// 未中奖音效
// 未中奖音效
function
betLose
()
{
function
betLose
()
{
if
(
mAudios
.
bgm
.
muted
)
{
return
;
}
mAudios
.
betLose
.
play
();
mAudios
.
betLose
.
play
();
}
}
// 爆炸音效
// 爆炸音效
function
betBoom
()
{
function
betBoom
()
{
if
(
mAudios
.
bgm
.
muted
)
{
return
;
}
mAudios
.
boom
.
play
();
mAudios
.
boom
.
play
();
}
}
// 火箭升空音效
// 火箭升空音效
...
...
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