删除log

dev_chengFeng
jiaoyangna 2021-04-29 15:57:00 +08:00
parent bd1f264452
commit 8c7208dff3
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ function SingleStoryPlayerView:RunMap(isSetRoleDir)
speed = (1/550)*dis speed = (1/550)*dis
end end
self.tween = go.gameObject.transform:DOLocalMove(data.vec, speed, false):OnStart(function() end):OnUpdate(function() --TODO:测试速度 self.tween = go.gameObject.transform:DOLocalMove(data.vec, speed, false):OnStart(function() end):OnUpdate(function() --TODO:测试速度
LogGreen("go.transform.localPosition:"..tostring(go.transform.localPosition)) --LogGreen("go.transform.localPosition:"..tostring(go.transform.localPosition))
end):OnComplete(function () end):OnComplete(function ()
if data.event and data.event.eventType > 0 then if data.event and data.event.eventType > 0 then
self:SetRoleDir() self:SetRoleDir()