mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
added the function for making a stranger spiral
This commit is contained in:
parent
403047fcd0
commit
0860e93efb
@ -7,8 +7,6 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
public static class NomaiTextArcBuilder {
|
public static class NomaiTextArcBuilder {
|
||||||
public static int i = 0;
|
public static int i = 0;
|
||||||
|
|
||||||
public static SpiralProfile spiralProfile;
|
|
||||||
public static bool removeBakedInRotationAndPosition = true;
|
public static bool removeBakedInRotationAndPosition = true;
|
||||||
|
|
||||||
public static void PlaceAdult()
|
public static void PlaceAdult()
|
||||||
@ -19,6 +17,10 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
BuildSpiralGameObject(childSpiralProfile, "Text Arc Prefab " + (i++));
|
BuildSpiralGameObject(childSpiralProfile, "Text Arc Prefab " + (i++));
|
||||||
}
|
}
|
||||||
|
public static void PlaceStranger()
|
||||||
|
{
|
||||||
|
BuildSpiralGameObject(strangerSpiralProfile, "Text Arc Prefab " + (i++));
|
||||||
|
}
|
||||||
|
|
||||||
public static GameObject BuildSpiralGameObject(SpiralProfile profile, string goName="New Nomai Spiral")
|
public static GameObject BuildSpiralGameObject(SpiralProfile profile, string goName="New Nomai Spiral")
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user