floatnode
parent
bf04c23bad
commit
bbe7df63c0
|
@ -324,7 +324,7 @@ function FloatNode:ArtFloating(type, color, value,role,tarGetPos)
|
||||||
end
|
end
|
||||||
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(index)
|
||||||
-- LogError("Gax"..self.targetPos.x)
|
-- LogError("Gax"..self.targetPos.x)
|
||||||
-- -- LogError("goy"..go.transform.position.y)
|
-- -- LogError("goy"..go.transform.position.y)
|
||||||
|
|
Loading…
Reference in New Issue