修改进控制台音效

This commit is contained in:
MrZ626
2021-10-21 15:51:51 +08:00
parent 222c1b5bba
commit 68e2255e1b

View File

@@ -14,12 +14,10 @@ local widgetX0={
} }
local enterConsole=coroutine.wrap(function() local enterConsole=coroutine.wrap(function()
while true do while true do
SFX.play('ren_'..math.random(5,6))YIELD() Snd('bell',.3,'A4',.5,'E5',1,coin('A5','B5'))YIELD()
SFX.play('ren_'..math.random(7,8))YIELD() Snd('bell',.3,'A4',.5,'F5',1,coin('C6','D6'))YIELD()
SFX.play('ren_'..math.random(9,10))YIELD() Snd('bell',.3,'A4',.5,'G5',1,coin('E6','G6'))YIELD()
SFX.play('ren_9')SFX.play('ren_11')SFX.play('ren_mega') Snd('bell',.3,'A4',.5,'A5',1,'A6')SFX.play('ren_mega')SCN.go('app_console')YIELD()
SCN.go('app_console')
YIELD()
end end
end) end)
function scene.sceneInit() function scene.sceneInit()