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