剧情跳过修改提交

dev_chengFeng
jiaoyangna 2021-06-02 21:32:23 +08:00
parent 138ab211e6
commit d4cea59040
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,6 @@ function StoryMapPanel:OnShow()
end
table.insert(this.triggerEvent,event)
end
isSkip = false
this.callList:Clear()
for i = #this.triggerEvent,1,-1 do
this.callList:Push(function()
@ -201,7 +200,9 @@ function this:CheckTrigger(data,go)
-- end
if data.eventType ~= 3 then
this:StackPop()
return
end
isSkip = false
-- MsgPanel.ShowTwo("是否跳过这段剧情?",function() end,function()
-- if this.callList:Count() > 0 then
-- this.callList:Clear()
@ -213,7 +214,6 @@ function this:CheckTrigger(data,go)
-- this:ClosePanel()
-- end,"取消","确认")
end
isSkip = false
this.go = go
this.curEvent = data
if data.eventType == 1 then -- 1 对话 2跑图 3假战斗