开局弹出gm界面 弹出位置修改
parent
3dab4b712a
commit
e874f73ae0
|
@ -65,10 +65,10 @@ function this.OnLevelChange()
|
|||
if PlayerManager.level == 10 then
|
||||
LogError(" 首充加入引导")
|
||||
if CheckListIsContainValue1(_FuncGuideList,100200)==false then
|
||||
if PlayerPrefs.GetInt(PlayerManager.uid.."isGMEsp")==0 then
|
||||
--if PlayerPrefs.GetInt(PlayerManager.uid.."isGMEsp")==0 then
|
||||
--GuideManager.ShowGuide(100200)
|
||||
table.insert(_FuncGuideList, 100200)
|
||||
end
|
||||
--end
|
||||
|
||||
end
|
||||
this.CheckFuncGuide()
|
||||
|
|
|
@ -663,7 +663,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
|
||||
|
|
|
@ -185,7 +185,7 @@ function CreateNamePopup:BindEvent()
|
|||
if this.options then
|
||||
self:ClosePanel()
|
||||
StoryManager.StoryJumpType(this.options[1], nil, this.callBackFunc)
|
||||
UIManager.OpenPanel(UIName.GMEspecially)
|
||||
--UIManager.OpenPanel(UIName.GMEspecially)
|
||||
-- 发送创建角色事件
|
||||
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.CreateCharacter)
|
||||
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,1)
|
||||
|
|
Loading…
Reference in New Issue