联网游戏界面添加选队伍按钮,加一个没卵用的退出房间命令
This commit is contained in:
2
main.lua
2
main.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user