修复一些自定义房间问题,添加房间描述

This commit is contained in:
MrZ626
2021-06-08 06:06:34 +08:00
parent 0af32f12e3
commit 1bc19d6cf7
11 changed files with 37 additions and 27 deletions

View File

@@ -164,6 +164,8 @@ function scene.draw()
gc.setColor(1,1,.7)
gc.printf(R.roomInfo.name,870,240,365)
setFont(20)
gc.setColor(.8,.8,.8)
gc.printf(R.roomInfo.description,870,295,365)
if R.start then
gc.setColor(0,1,.2)
gc.print(text.started,870,475)