联网游戏界面添加选队伍按钮,加一个没卵用的退出房间命令

This commit is contained in:
MrZ_26
2022-11-04 17:15:36 +08:00
parent da602eb693
commit c2d29c3d6a
3 changed files with 14 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ BGM.setMaxSources(5)
VOC.setDiversion(.62)
WIDGET.setOnChange(function()
if SCN.cur~='custom_field' then
if SCN.cur~='net_game' and SCN.cur~='custom_field' then
local colorList=THEME.getThemeColor()
if colorList then
for _,W in next,SCN.scenes[SCN.cur].widgetList do