This commit is contained in:
Noah Pilarski 2022-09-03 10:17:16 -04:00
parent af89532c4e
commit c3019cafcf

View File

@ -491,6 +491,8 @@ namespace NewHorizons.Builder.Props
}
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;
if (info.rotation != null)