From d2e6fd2dcc340160a7b347b3741c3f34f686c568 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 8 Mar 2021 20:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E5=B8=A7=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E8=B5=84=E6=BA=90=E4=B8=AA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/load.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/scenes/load.lua b/parts/scenes/load.lua index d03b9657..a02f662d 100644 --- a/parts/scenes/load.lua +++ b/parts/scenes/load.lua @@ -33,7 +33,7 @@ end local loadingThread=coroutine.create(function() for i=1,SFX.getCount()do SFX.loadOne() - if i%2==0 then YIELD()end + if i%3==0 then YIELD()end end upFloor() @@ -51,19 +51,19 @@ local loadingThread=coroutine.create(function() upFloor() for i=1,SKIN.getCount()do SKIN.loadOne() - if i%3==0 then YIELD()end + if i%4==0 then YIELD()end end upFloor() for _=1,VOC.getCount()do VOC.loadOne() - if _%3==0 then YIELD()end + if _%5==0 then YIELD()end end upFloor() for i=1,17 do getFont(15+5*i) - if i%3==0 then YIELD()end + if i%2==0 then YIELD()end end upFloor()