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()