开局弹出gm界面 弹出位置修改

tcx_xiyou_bt_ios
PC-202302260912\Administrator 2024-05-14 14:35:41 +08:00
parent 3dab4b712a
commit e874f73ae0
3 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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

View File

@ -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)