mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Simplify to text line
This commit is contained in:
parent
dc569bff73
commit
53ae788d2e
@ -48,7 +48,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
if (Main.Instance.CurrentStarSystem == "EyeOfTheUniverse")
|
if (Main.Instance.CurrentStarSystem == "EyeOfTheUniverse")
|
||||||
{
|
{
|
||||||
var existingArcs = GameObject.FindObjectsOfType<NomaiWallText>().SelectMany(x => x._textLines).Select(x => x?.gameObject).Where(x => x != null).ToArray();
|
var existingArcs = GameObject.FindObjectsOfType<NomaiTextLine>().Select(x => x?.gameObject).Where(x => x != null).ToArray();
|
||||||
_arcPrefabs = new List<GameObject>();
|
_arcPrefabs = new List<GameObject>();
|
||||||
_childArcPrefabs = new List<GameObject>();
|
_childArcPrefabs = new List<GameObject>();
|
||||||
_ghostArcPrefabs = new List<GameObject>();
|
_ghostArcPrefabs = new List<GameObject>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user