From 72d4faa52ac89e8b7e47999a10de33c0feec407a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 1 Nov 2021 21:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E8=BF=9B=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E9=9F=B3=E6=95=88=E5=8A=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 9e7aa78c..45e93b08 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -14,10 +14,10 @@ local widgetX0={ } local enterConsole=coroutine.wrap(function() while true do - 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() + Snd('bell',.6,'A4',.7,'E5',1,coin('A5','B5'))YIELD() + Snd('bell',.6,'A4',.7,'F5',1,coin('C6','D6'))YIELD() + Snd('bell',.6,'A4',.7,'G5',1,coin('E6','G6'))YIELD() + Snd('bell',.6,'A4',.7,'A5',1,'A6')SFX.play('ren_mega')SCN.go('app_console')YIELD() end end) function scene.sceneInit()