From 68e2255e1b83ab59df08209976dd578850c29f2b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 21 Oct 2021 15:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9B=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E9=9F=B3=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 508f4446..cb0899f0 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -14,12 +14,10 @@ local widgetX0={ } local enterConsole=coroutine.wrap(function() while true do - SFX.play('ren_'..math.random(5,6))YIELD() - SFX.play('ren_'..math.random(7,8))YIELD() - SFX.play('ren_'..math.random(9,10))YIELD() - SFX.play('ren_9')SFX.play('ren_11')SFX.play('ren_mega') - SCN.go('app_console') - YIELD() + Snd('bell',.3,'A4',.5,'E5',1,coin('A5','B5'))YIELD() + Snd('bell',.3,'A4',.5,'F5',1,coin('C6','D6'))YIELD() + Snd('bell',.3,'A4',.5,'G5',1,coin('E6','G6'))YIELD() + Snd('bell',.3,'A4',.5,'A5',1,'A6')SFX.play('ren_mega')SCN.go('app_console')YIELD() end end) function scene.sceneInit()