From e303a8a300ab5642870a82a14479b6b634f88c73 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 22 Apr 2021 10:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=8F=E9=80=80=E5=87=BA=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E8=A7=A6=E5=8F=91=E5=BD=A9=E8=9B=8B=E7=9A=84=E6=A6=82?= =?UTF-8?q?=E7=8E=87=EF=BC=8C=E6=94=B9=E6=AD=A3=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/quit.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/quit.lua b/parts/scenes/quit.lua index efdafeb2..0d17e89e 100644 --- a/parts/scenes/quit.lua +++ b/parts/scenes/quit.lua @@ -1,11 +1,11 @@ local scene={} function scene.sceneInit() - if math.random()>.000626 then + if math.random()>.0000626 then love.timer.sleep(.26) love.event.quit() else - error("So lucky! 0.0626 precent to get this!!! You can quit the game now.") + error("So lucky! 0.00626% to get this!! You can quit the game now.") end end