mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
forgot to commit the module change
This commit is contained in:
parent
05e4e0a1fa
commit
1f91e2e57b
7
NewHorizons/External/Modules/PropModule.cs
vendored
7
NewHorizons/External/Modules/PropModule.cs
vendored
@ -602,7 +602,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// Additional information about each arc in the text
|
/// Additional information about each arc in the text
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public NomaiTextArcInfo[] arcInfo;
|
public NomaiTextArcInfo[] arcInfo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The normal vector for this object. Used for writing on walls and positioning computers.
|
/// The normal vector for this object. Used for writing on walls and positioning computers.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -667,6 +667,11 @@ namespace NewHorizons.External.Modules
|
|||||||
|
|
||||||
[EnumMember(Value = @"stranger")] Stranger = 2
|
[EnumMember(Value = @"stranger")] Stranger = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Whether to skip modifying this spiral's placement, and instead keep the automatically determined placement.
|
||||||
|
/// </summary>
|
||||||
|
public bool keepAutoPlacement;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether to flip the spiral from left-curling to right-curling or vice versa.
|
/// Whether to flip the spiral from left-curling to right-curling or vice versa.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user