TCX_LongZhu
parent
f9281454bc
commit
e83e6bef8e
|
|
@ -662,7 +662,7 @@ function this:OnOpen(id, func, ...)
|
|||
LogError("id========================"..id)
|
||||
if id==1 then
|
||||
--疯体屏蔽创角奖励界面
|
||||
-- UIManager.OpenPanel(UIName.GMEspecially)
|
||||
UIManager.OpenPanel(UIName.GMEspecially)
|
||||
end
|
||||
this.gameObject:GetComponent("Image").raycastTarget = true
|
||||
local delay = GuideConfig[id].DelayShow
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ function this.FreshSex(sex)
|
|||
--this.btnBitch:GetComponent("Image"):SetNativeSize()
|
||||
|
||||
this.boyLive:SetActive(sex == boy)
|
||||
this.girlLive:SetActive(sex ~= boy)
|
||||
--this.girlLive:SetActive(sex ~= boy)
|
||||
end
|
||||
|
||||
function this.LoadLiveBySex(standRes, index)
|
||||
|
|
|
|||
Loading…
Reference in New Issue