From 13a08298b7f3d6e32c10192758fc8e0e5259e52d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 17 Oct 2021 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?cubefield=E5=B0=8F=E6=B8=B8=E6=88=8F=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E8=83=BD=E5=8D=A1=E6=97=B6=E9=97=B4=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_cubefield.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/scenes/app_cubefield.lua b/parts/scenes/app_cubefield.lua index 90609aaf..6bc27156 100644 --- a/parts/scenes/app_cubefield.lua +++ b/parts/scenes/app_cubefield.lua @@ -122,6 +122,7 @@ function scene.keyUp(key) end function scene.update(dt) + if dt>.06 then dt=.06 end dt=dt*600 --Update cubes' position