From aec53318bf33d1e01b9ba7f3f319fbd9b76c3e50 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 29 May 2021 16:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E5=97=A1=E5=97=A1?= =?UTF-8?q?=E9=9F=B3=E6=95=88=E6=94=B9=E4=B8=BA=E5=8F=AA=E5=9C=A8=E5=88=B0?= =?UTF-8?q?=E7=82=B9=E4=BA=AE=E7=9A=84=E6=A5=BC=E5=B1=82=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/load.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parts/scenes/load.lua b/parts/scenes/load.lua index 73acaac8..11a91bd5 100644 --- a/parts/scenes/load.lua +++ b/parts/scenes/load.lua @@ -21,8 +21,10 @@ end local function upFloor() progress=progress+1 + if light[3*progress+3]then + SFX.play('spin_0',.5) + end light[3*progress+3]=false - SFX.play('spin_0',.5) end local loadingThread=coroutine.wrap(function() for i=1,SFX.getCount()do