From e5e378fa072dc411e3ea428af68410a44105acc9 Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Thu, 13 Aug 2020 02:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=87=8F=E9=80=9Fdebug?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index b29c2c37..870ba801 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -1186,8 +1186,8 @@ function love.run() for i=1,#LIST do gc.rectangle("fill",900+2*i,_,2,-LIST[i]*4000) end - if devMode==3 then WAIT(.26) - elseif devMode==4 then WAIT(.626) + if devMode==3 then WAIT(.1) + elseif devMode==4 then WAIT(.5) end end