房间列表的 游戏中 标记改为多语言文本

This commit is contained in:
MrZ626
2021-04-18 00:11:28 +08:00
parent fbd3f05c63
commit 6bb589325b
7 changed files with 7 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ function scene.draw()
end
if R.start then
gc.setColor(0,1,0)
gc.print("S",800,66+40*i)
gc.print(text.started,800,66+40*i)
end
gc.setColor(.9,.9,1)
gc.print(scrollPos+i,95,66+40*i)