修复房间列表R键刷新问题和noRoom文本不对

This commit is contained in:
MrZ626
2021-04-01 02:42:51 +08:00
parent 027e16f676
commit a7133e92d8
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ function scene.wheelMoved(_,y)
end
function scene.keyDown(k)
if k=="r"then
if fetchTimer<=0 then
if fetchTimer<=3.26 then
fetchRoom()
end
elseif k=="n"then