floatnode

onepiece_demo_arena
xiejun 2023-12-30 00:01:00 +08:00
parent bf04c23bad
commit bbe7df63c0
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ function FloatNode:ArtFloating(type, color, value,role,tarGetPos)
end
end
go.transform.position =Vector3.New(GetPreciseDecimal(tonumber(self.targetPos.x),5),GetPreciseDecimal(self.targetPos.y+0.5+0.15*index,5),GetPreciseDecimal(self.targetPos.z,5))
go.transform.position =Vector3.New(GetPreciseDecimal(tonumber(self.targetPos.x),5),GetPreciseDecimal(self.targetPos.y+0.5+0.10*index,5),GetPreciseDecimal(self.targetPos.z,5))
LogError(index)
-- LogError("Gax"..self.targetPos.x)
-- -- LogError("goy"..go.transform.position.y)