录像回放菜单对键盘支持更好

This commit is contained in:
MrZ626
2021-12-03 11:23:44 +08:00
parent 0826a748ae
commit e656363e20

View File

@@ -130,6 +130,8 @@ function scene.keyDown(key)
SFX.play('finesseError',.7)
end
end
elseif key=='up'or key=='down'then
listBox:arrowKey(key)
else
return true
end