修复房间列表R键刷新问题和noRoom文本不对
This commit is contained in:
@@ -252,7 +252,7 @@ return{
|
|||||||
},
|
},
|
||||||
net_rooms={
|
net_rooms={
|
||||||
refreshing="Refreshing Rooms",
|
refreshing="Refreshing Rooms",
|
||||||
noRooms="Such emptiness much void, come back later?",
|
noRoom="Such emptiness much void, come back later?",
|
||||||
refresh="Refresh",
|
refresh="Refresh",
|
||||||
new="New Room",
|
new="New Room",
|
||||||
join="Join",
|
join="Join",
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ return{
|
|||||||
},
|
},
|
||||||
net_rooms={
|
net_rooms={
|
||||||
-- refreshing="Refreshing Rooms",
|
-- refreshing="Refreshing Rooms",
|
||||||
noRooms="Aucun salon actuellement",
|
noRoom="Aucun salon actuellement",
|
||||||
-- refresh="Refresh",
|
-- refresh="Refresh",
|
||||||
join="Rejoindre",
|
join="Rejoindre",
|
||||||
up="↑",
|
up="↑",
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ return{
|
|||||||
},
|
},
|
||||||
net_rooms={
|
net_rooms={
|
||||||
-- refreshing="Refreshing Rooms",
|
-- refreshing="Refreshing Rooms",
|
||||||
noRooms="Nenhuma sala agora",
|
noRoom="Nenhuma sala agora",
|
||||||
-- refresh="Refresh",
|
-- refresh="Refresh",
|
||||||
-- new="New room",
|
-- new="New room",
|
||||||
-- join="Join",
|
-- join="Join",
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ return{
|
|||||||
},
|
},
|
||||||
net_rooms={
|
net_rooms={
|
||||||
-- refreshing="Refreshing Rooms",
|
-- refreshing="Refreshing Rooms",
|
||||||
-- noRooms="No Rooms Now",
|
-- noRoom="No Rooms Now",
|
||||||
-- refresh="Refresh",
|
-- refresh="Refresh",
|
||||||
-- new="New room",
|
-- new="New room",
|
||||||
-- join="Join",
|
-- join="Join",
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ return{
|
|||||||
},
|
},
|
||||||
net_rooms={
|
net_rooms={
|
||||||
refreshing="刷新房间列表中",
|
refreshing="刷新房间列表中",
|
||||||
noRooms="一个房间都没有哎...",
|
noRoom="一个房间都没有哎...",
|
||||||
refresh="刷新",
|
refresh="刷新",
|
||||||
new="创建房间",
|
new="创建房间",
|
||||||
join="加入",
|
join="加入",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ function scene.wheelMoved(_,y)
|
|||||||
end
|
end
|
||||||
function scene.keyDown(k)
|
function scene.keyDown(k)
|
||||||
if k=="r"then
|
if k=="r"then
|
||||||
if fetchTimer<=0 then
|
if fetchTimer<=3.26 then
|
||||||
fetchRoom()
|
fetchRoom()
|
||||||
end
|
end
|
||||||
elseif k=="n"then
|
elseif k=="n"then
|
||||||
|
|||||||
Reference in New Issue
Block a user