继续完善USERS模块,升级头像相关功能

This commit is contained in:
MrZ626
2021-04-16 10:13:54 +08:00
parent ae41e5f2e6
commit 8d0e89faf9
4 changed files with 17 additions and 29 deletions

View File

@@ -37,7 +37,7 @@ function scene.keyDown(k)
kb.isDown("w")and"r99"or
kb.isDown("e")and"unlimited"
)or"solo",
(USERS.getName(USER.uid)or"???").."'s room"
(USERS.getUsername(USER.uid)or"???").."'s room"
)
lastCreateRoomTime=TIME()
else