From 444e39ce33af1f3c489a2b050cb1a1e94713e69a Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 1 Oct 2021 20:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=9F=E8=AE=A1=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E6=8C=89=E9=94=AE=E7=88=86=E7=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/stat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/stat.lua b/parts/scenes/stat.lua index 6e26eca7..44729d1c 100644 --- a/parts/scenes/stat.lua +++ b/parts/scenes/stat.lua @@ -56,7 +56,7 @@ scene.touchDown=scene.mouseDown function scene.keyDown(key) if key=="escape"then SCN.back() - elseif love.keyboard.isDown("M")and love.keyboard.isDown("D")then + elseif love.keyboard.isDown("m")and love.keyboard.isDown("d")then loadGame('sprintMD',true) end end