mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Comment
This commit is contained in:
parent
af89532c4e
commit
c3019cafcf
@ -491,6 +491,8 @@ namespace NewHorizons.Builder.Props
|
|||||||
}
|
}
|
||||||
|
|
||||||
trailmarkerObject.transform.position = planetGO.transform.TransformPoint(info?.position ?? Vector3.zero);
|
trailmarkerObject.transform.position = planetGO.transform.TransformPoint(info?.position ?? Vector3.zero);
|
||||||
|
|
||||||
|
// shrink because that is what mobius does on all trailmarkers or else they are the size of the player
|
||||||
trailmarkerObject.transform.localScale = Vector3.one * 0.75f;
|
trailmarkerObject.transform.localScale = Vector3.one * 0.75f;
|
||||||
|
|
||||||
if (info.rotation != null)
|
if (info.rotation != null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user