实现玩家全部准备的时候顶部文字提醒

This commit is contained in:
MrZ_26
2022-10-24 00:26:32 +08:00
parent 43b6ff7697
commit 23f43df737
3 changed files with 8 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ local roomList=WIDGET.newListBox{name='roomList',x=50,y=50,w=800,h=440,lineH=40,
if item.state=='Standby' then
gc_setColor(COLOR.Z)
elseif item.state=='Ready' then
gc_setColor(COLOR.lG)
gc_setColor(COLOR.lB)
elseif item.state=='Playing' then
gc_setColor(COLOR.G)
end