竞技场类型胜利条件修改
parent
a85d909545
commit
72536420dc
|
|
@ -48,10 +48,10 @@ function ArenaResultPopup:OnOpen(_args,_fun)
|
|||
local args = _args
|
||||
fun = _fun
|
||||
if not args then return end
|
||||
|
||||
this.realResult = args.result
|
||||
local panelType = args.panelType or 0
|
||||
local isWin = args.result == 1
|
||||
--王振兴修改
|
||||
local isWin = args.result.result == 1
|
||||
local blueInfo = args.blue
|
||||
local redInfo = args.red
|
||||
-- 如果我在防守方,交换数据,我要显示在蓝方
|
||||
|
|
|
|||
Loading…
Reference in New Issue