删除log
parent
bd1f264452
commit
8c7208dff3
|
@ -168,7 +168,7 @@ function SingleStoryPlayerView:RunMap(isSetRoleDir)
|
|||
speed = (1/550)*dis
|
||||
end
|
||||
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 ()
|
||||
if data.event and data.event.eventType > 0 then
|
||||
self:SetRoleDir()
|
||||
|
|
Loading…
Reference in New Issue